这是indexloc提供的服务,不要输入任何密码
Skip to content

Snowflake Connection issue #9352

Discussion options

You must be logged in to vote

Hey @SubratSrivastwa

This is a known issue from our end, and we are currently working on a fix. Also, we are in the process of updating docs for better developer experience regarding snowflake integration. For now, you can try the below mentioned workaround and check if it solves your issue.

Workaround

For the database URL, it currently expects a JDBC URL. Here is an example one with some common options set:

jdbc:snowflake://{ACCOUNT_IDENTIFIER}.snowflakecomputing.com?user={USER}&password={PASSWORD}&warehouse={WAREHOUSE}&db={DB}&role={ROLE}&schema={DB_SCHEMA}

Information about ACCOUNT_IDENTIFIER is in the Snowflake docs here. Information about the connection parameters USER, PASSWORD, WA…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by ajohnson1200
Comment options

You must be logged in to vote
1 reply
@csteenbock
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants