diff --git a/packages/nocodb/src/schema/swagger-v2.json b/packages/nocodb/src/schema/swagger-v2.json index 4edc94998d..5792f67baa 100644 --- a/packages/nocodb/src/schema/swagger-v2.json +++ b/packages/nocodb/src/schema/swagger-v2.json @@ -12765,6 +12765,9 @@ "databricks" ], "type": "string" + }, + "fk_integration_id": { + "type": "string" } }, "title": "Source Request", diff --git a/packages/nocodb/src/schema/swagger.json b/packages/nocodb/src/schema/swagger.json index 0938ab290a..2bf1c7ae54 100644 --- a/packages/nocodb/src/schema/swagger.json +++ b/packages/nocodb/src/schema/swagger.json @@ -19482,6 +19482,9 @@ "databricks" ], "type": "string" + }, + "fk_integration_id": { + "type": "string" } }, "title": "Source Request",