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
1 changed files with 3 additions and 0 deletions

View File

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