add role field to snowflake datasource connection
This commit is contained in:
parent
eb899cecac
commit
7b9d56ac25
|
@ -29,6 +29,9 @@ const SCHEMA: Integration = {
|
|||
type: "password",
|
||||
required: true,
|
||||
},
|
||||
role: {
|
||||
type: "string",
|
||||
},
|
||||
warehouse: {
|
||||
type: "string",
|
||||
required: true,
|
||||
|
|
Loading…
Reference in New Issue