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

The following fields are required for Snowflake data sources.
| Field | Description |
|---|---|
| Account Name | The name of the Snowflake account. |
| User Name | The name of the Snowflake user. We recommend you create a service user for this purpose. |
| Authentication Method | LinXmart 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 Secret | Either 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. |
| Warehouse | The Snowflake Warehouse to run all data processing. |
| Database | The name of the database containing the data. |
| Schema | The name of the desired schema. |
| Table or View | The name of the source table or view. |
info
LinXmart does not support encrypted private keys at this time.