PartialSnowflakeConnectionSettingsInput
The fields for modifying a Snowflake Data Source's connection settings.
fields
account optional String
The Snowflake account. Only include the part before the "snowflakecomputing.com" part of your Snowflake URL (make sure you are in classic console, not Snowsight). For AWS-based accounts, this looks like "znXXXXX.us-east-2.aws". For Google Cloud-based accounts, this looks like "ffXXXXX.us-central1.gcp". If not provided this property will not be modified.
database optional String
The Snowflake database name. If not provided this property will not be modified.
warehouse optional String
The Snowflake warehouse name. It should be "PROPELLING" if you used the default name in the setup script. If not provided this property will not be modified.
schema optional String
The Snowflake schema. If not provided this property will not be modified.
username optional String
The Snowflake username. It should be "PROPEL" if you used the default name in the setup script. If not provided this property will not be modified.
password optional String
The Snowflake password. If not provided this property will not be modified.
role optional String
The Snowflake role. It should be "PROPELLER" if you used the default name in the setup script. If not provided this property will not be modified.