Add NocoDB node (#1969)

*  NocoDB node

* Add continueOnFail

* Refactor the NocoDB node

*  Improvements

* Revert to using bulk endpoints

* Add upload attachment to create/update:Row

* Add download attachment to get:Row

* Change create/update output, add attachment upload to defined fields

*  Improvements

*  Minor improvements

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
MedAliMarz
2021-08-01 16:16:07 +02:00
committed by GitHub
parent 0d640fab87
commit 28819ca502
7 changed files with 1373 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"node": "n8n-nodes-base.nocoDb",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Data & Storage"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/nocoDb"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.nocoDb/"
}
],
"generic": [
]
}
}