Snowflake connector
You can use this connector for source endpoints.
This connector is based on Airbyte’s
Snowflake connector
Source endpoint
-
Under Endpoint parameters:
-
Specify your Snowflake Host name in the following format:
https://<Your_snowflake_account_id>.<availability_zone>.snowflakecomputing.com
-
Provide the user Role that has access to your Snowflake database.
-
Enter the name of the data Warehouse. For more information on warehouses, see the Snowflake documentation
-
Specify the name of the Database to which you want to connect.
-
Provide the database Schema.
-
Specify the JDBC URL Params. For more information on available parameters, see the JDBC Driver Connection Parameter Reference
-
-
Under Credentials, select and configure the authentication method:
OAuth 2.0
-
Provide your OAuth 2.0 Client ID.
-
Paste your OAuth 2.0 Client Secret.
-
Provide the Access token used to authorize requests to your Snowflake instance. For more information on security key management in Snowflake, see the official documentation
-
Paste the Refresh token. It automatically refreshes the expired token.
Username/Password
Specify the Username and Password for your Snowflake instance.
-
Airbyte type | Transfer type |
---|---|
integer |
int64 |
— | int32 |
— | int16 |
— | int8 |
— | uint64 |
— | uint32 |
— | uint16 |
— | uint8 |
— | float |
number |
double |
— | string |
time_without_timezone , time_with_timezone , string |
utf8 |
boolean |
boolean |
date |
date |
date-time |
datetime |
timestamp , timestamp_with_timezone , timestamp_without_timezone |
timestamp |
object , array , REST ... |
any |