Infoworks 5.5.1
Admin and Operations

Setting Snowflake Data Connection

Following are the Snowflake connection details:

FieldDescription
Connection TypeType of connection. Select Snowflake.
Name

Name for the target data connection. For example, tar_con.

NOTE The connection name must be unique across the specific domain.

DescriptionDescription for the target data connection.
Account NameThe Snowflake account name. The full account name might include additional segments that identify the region and cloud platform where the account is hosted. For example, xy12345 for US West (Oregon), xy12345.us-east-2.aws for US East (Ohio), and xy12345.us-east-1 US East (N. Virginia).
Connection URL

The URL to connect to Snowflake which specifies the hostname for the account in the format,

Example 1:<account_name>.snowflakecomputing.com

Example 2:https://<account_name>.snowflakecomputing.com/?role=SYSADMIN

For more information regarding additional parameters, refer to JDBC Connection Parameters.

User NameUsername of the snowflake account. For example, mark@example.com.
PasswordPassword of the snowflake account. For example, 123456.
WarehouseSnowflake warehouse name. For example, sales.
Additional ParamsOptional JDBC parameters.
  Last updated