Snowflake (Basic Authentication)
Connect to Snowflake using basic authentication
To use this connection type within the API, use a ConnectionTypeCode of SNOWFLAKE-BASIC.
Variable Reference
The following variables are supported:
-
AccountName- (Required) Snowflake account name, e.g. myorg-account123 -
DatabaseName- (Required) Name of the default Snowflake database. -
UsernameSecretName- (Required) The name of the Key Vault secret containing the Username to connect to Snowflake. -
WarehouseName- (Required) Name of the Snowflake warehouse to execute queries. -
PasswordSecretName- (Required) The name of the Key Vault secret containing the Password to connect to Snowflake. -
IntegrationRuntime- (Required) Integration Runtime to use for Copy Activity.