Skip to main content
Version: Next

Snowflake data source

This data source allows you to pull data directly from a table (or a view) within a Snowflake hosted account.

Add Data Source

The following fields are required for Snowflake data sources.

FieldDescription
Account NameThe name of the Snowflake account.
User NameThe name of the Snowflake user. We recommend you create a service user for this purpose.
Authentication MethodLinXmart supports Password and Key-Pair methods for authenticating a user. Please see the Configuring Key-Pair Authentication article in the Snowflake documentation for more info.
Authentication SecretEither the user's password, or the private key created for key-pair authentication. If this is a private key, copy the entire contents of the private key file into this field.
WarehouseThe Snowflake Warehouse to run all data processing.
DatabaseThe name of the database containing the data.
SchemaThe name of the desired schema.
Table or ViewThe name of the source table or view.
info

LinXmart does not support encrypted private keys at this time.