Skip to main content

Snowflake

Setting up the Snowflake connector

NoItemRequiredExampleNotes
1Authorization MethodYes
Refer to the documentation in the form while using the connector
OAuth2.0
Username and Password
2Account NameYesaccountname.us-east-2.aws.snowflakecomputing.comThe host domain of the snowflake instance (must include the account, region, cloud environment, and end with snowflakecomputing.com).
3RoleYesAIRBYTE_ROLEThe role you created for Zipstack to access Snowflake.
4WarehouseYesAIRBYTE_WAREHOUSEThe warehouse you created for Zipstack to access data.
5DatabaseYesAIRBYTE_DATABASEThe database you created for Zipstack to access data.
6SchemaNoAIRBYTE_SCHEMAThe source Snowflake schema tables. Leave empty to access tables from multiple schemas.
7JDBC URL ParamsNoAdditional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).

Zipstack Cloud features a powerful SQL querying engine on top of many types of connectors, including those from Trino, some custom connectors and connectors from the open source Airbyte project. Some Zipstack cloud connectors are designed to utilize and expand upon Airbyte's connector protocol, but they do not use Airbyte's EL core. Additionally, some parts of the documentation for these connectors have been adapted from the connector documentation found in Airbyte's open source project.