1
0
Fork 0
mirror of synced 2024-07-11 09:15:48 +12:00

add role field to snowflake datasource connection

This commit is contained in:
andz-bb 2023-05-23 12:38:50 +01:00
parent eb899cecac
commit 7b9d56ac25

View file

@ -29,6 +29,9 @@ const SCHEMA: Integration = {
type: "password",
required: true,
},
role: {
type: "string",
},
warehouse: {
type: "string",
required: true,