This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.
Snowflake
Overview
Snowflake connector pulls data from the remote database.The source is using Airbyte docker image (@airbyte/source-snowflake). Learn more how Airbyte-based sources work
How to connect
Please read setup guide for more information.Connection Parameters
Parameter | Documentation |
---|---|
host *string (required) | Host domain of the snowflake instance (must include the account, region, cloud environment, and end with snowflakecomputing.com). |
role *string (required) | The role you created for Airbyte to access Snowflake. |
warehouse *string (required) | The warehouse you created for Airbyte to access data into. |
database *string (required) | The database you created for Airbyte to access data into. |
schema *string (required) | The source Snowflake schema tables. |
username *string (required) | The username you created to allow Airbyte to access the database. |
password *string (required) | Password associated with the username. |