Browse Source

fix: replace body with merged config while validation connection - source create (#9152)

Co-authored-by: Pranav C <pranavxc@gmail.com>
pull/9154/head
Raju Udava 4 months ago committed by GitHub
parent
commit
8b038c8f09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      packages/nocodb/src/schema/swagger-v2.json
  2. 3
      packages/nocodb/src/schema/swagger.json

3
packages/nocodb/src/schema/swagger-v2.json

@ -12765,6 +12765,9 @@
"databricks"
],
"type": "string"
},
"fk_integration_id": {
"type": "string"
}
},
"title": "Source Request",

3
packages/nocodb/src/schema/swagger.json

@ -19482,6 +19482,9 @@
"databricks"
],
"type": "string"
},
"fk_integration_id": {
"type": "string"
}
},
"title": "Source Request",

Loading…
Cancel
Save