@deepnote/database-integrations
Advanced tools
+9
-3
@@ -305,3 +305,3 @@ //#region rolldown:runtime | ||
| metadata: databaseMetadataSchemasByType["big-query"], | ||
| federated_auth_method: zod.default.enum(["google-oauth"]).optional().nullable() | ||
| federated_auth_method: zod.default.enum(["service-account", "google-oauth"]).optional().nullable() | ||
| }), | ||
@@ -361,3 +361,7 @@ commonIntegrationConfig.extend({ | ||
| metadata: databaseMetadataSchemasByType["redshift"], | ||
| federated_auth_method: zod.default.enum(["individual-credentials"]).optional().nullable() | ||
| federated_auth_method: zod.default.enum([ | ||
| "username-and-password", | ||
| "iam-role", | ||
| "individual-credentials" | ||
| ]).optional().nullable() | ||
| }), | ||
@@ -371,3 +375,5 @@ commonIntegrationConfig.extend({ | ||
| "azure", | ||
| "key-pair" | ||
| "key-pair", | ||
| "password", | ||
| "service-account-key-pair" | ||
| ]).optional().nullable() | ||
@@ -374,0 +380,0 @@ }), |
+9
-3
@@ -281,3 +281,3 @@ import z$1, { z } from "zod"; | ||
| metadata: databaseMetadataSchemasByType["big-query"], | ||
| federated_auth_method: z$1.enum(["google-oauth"]).optional().nullable() | ||
| federated_auth_method: z$1.enum(["service-account", "google-oauth"]).optional().nullable() | ||
| }), | ||
@@ -337,3 +337,7 @@ commonIntegrationConfig.extend({ | ||
| metadata: databaseMetadataSchemasByType["redshift"], | ||
| federated_auth_method: z$1.enum(["individual-credentials"]).optional().nullable() | ||
| federated_auth_method: z$1.enum([ | ||
| "username-and-password", | ||
| "iam-role", | ||
| "individual-credentials" | ||
| ]).optional().nullable() | ||
| }), | ||
@@ -347,3 +351,5 @@ commonIntegrationConfig.extend({ | ||
| "azure", | ||
| "key-pair" | ||
| "key-pair", | ||
| "password", | ||
| "service-account-key-pair" | ||
| ]).optional().nullable() | ||
@@ -350,0 +356,0 @@ }), |
+1
-1
| { | ||
| "name": "@deepnote/database-integrations", | ||
| "version": "1.2.2", | ||
| "version": "1.3.0", | ||
| "description": "Deepnote database integration definitions", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
247581
0.33%4355
0.28%