Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse database and schema from Snowflake URL #394

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

criccomini
Copy link
Contributor

The SnowflakeClient.create() method was using host to connect. host is deprecated in favor of account. Additionally, the db/schema in the URL path wasn't being parsed into database and schema args. I fixed all that.

I also updated ls_catalogs since Snowflake doesn't have a information_schema.catalogs view.

Closes #390

The `SnowflakeClient.create()` method was using `host` to connect. `host` is
deprecated in favor of `account`. Additionally, the db/schema in the URL path
wasn't being parsed into `database` and `schema` args. I fixed all that.

I also updated `ls_catalogs` since Snowflake doesn't have a
`information_schema.catalogs` view.

Closes #390
@criccomini criccomini merged commit 62e18ff into main Sep 8, 2023
3 checks passed
@criccomini criccomini deleted the update-snowflake-parsing branch September 8, 2023 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parse database and schema from Snowflake URL
1 participant