Skip to main content

Snowflake

Snowflake is a cloud computing solution that enables data storage, processing, analytic solutions, etc.

info

Currently, this datastore is only supported in Ingestion Activity and only supported in Azure databricks.

caution

Currently this connector support 36 hours time limit, so if your guzzle job is likely to take 36 hours or more, there are chances that the job will fail.

Steps to create Datastore for Snowflake#

  1. Click on the action button (image alt text) from the Datastores section in Left Navigation and select Snowflake connector. Alternatively, the user can launch from Create New Datastore link in the Activity authoring UI or Copy Data tool.

  2. Enter the Datastore name for the new datastore and click Ok

  3. Update the connection name or leave the default. You can refer to Connection and Environments for more details

  4. Enter the connection details properties as described below:

PropertyDescriptionRequired
URLSpecifies the hostname for your account account_identifier.snowflakecomputing.comYes
WarehouseThe name of default virtual warehouse.Yes
DatabaseThe name of database.Yes
Default SchemaThe name of default schema, if guzzle user-specified database object name without schema name then this schema will be used otherwise specified schema name will be used.No
AuthenticationAuthentication method for how guzzle will connect to snowflake, right now guzzle only support basic authentication.Yes
UsernameLogin name for the Snowflake user.Yes, if basic authentication is selected
PasswordPassword for the Snowflake user.Yes, if basic authentication is selected