Snowflake
Snowflake Data Connector Documentation
Last updated
Was this helpful?
Snowflake Data Connector Documentation
Last updated
Was this helpful?
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
The Snowflake Data Connector enables federated SQL queries across datasets in the .
from
A Snowflake fully qualified table name (database.schema.table). For instance snowflake:SNOWFLAKE_SAMPLE_DATA.TPCH_SF1.LINEITEM
or snowflake:TAXI_DATA."2024".TAXI_TRIPS
name
The dataset name. This will be used as the table name within Spice.
params
snowflake_warehouse
snowflake_role
Optional, specifies the role to use for accessing Snowflake data
snowflake_account
Required, specifies the Snowflake account-identifier
snowflake_username
Required, specifies the Snowflake username to use for accessing Snowflake data
snowflake_password
Optional, specifies the Snowflake password to use for accessing Snowflake data
snowflake_private_key_path
Optional, specifies the path to Snowflake private key
snowflake_private_key_passphrase
Optional, specifies the Snowflake private key passphrase
Limitations
Optional, specifies the to use
The connector supports password-based and authentication. Login requires the account identifier ('orgname-accountname' format) - use instructions.
Account identifier does not support the . Use .
The connector supports password-based and authentication.