gabledata / recap

Work with your web service, database, and streaming schemas in a single format.
https://recap.build
MIT License
330 stars 24 forks source link

Parse database and schema from Snowflake URL #394

Closed criccomini closed 1 year ago

criccomini commented 1 year ago

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