@azimutt/connector-snowflake
v0.1.2
Published
Connect to Snowflake, extract schema, run analysis and queries
Downloads
164
Readme
Snowflake connector
This library allows to connect to Snowflake, extract its schema and more...
It lists all schemas, tables, columns and relations and format them in a JSON Schema.
This library is made by Azimutt to allow people to explore their Snowflake database. It's accessible through the Desktop app (soon), the CLI or even the website using the gateway server.
Feel free to use it and even submit PR to improve it:
- improve Snowflake queries (look at
getSchema
function)
Publish
- update
package.json
version - update lib versions (
pnpm -w run update
+ manual) - test with
pnpm run dry-publish
and checkazimutt-connector-snowflake-x.y.z.tgz
content - launch
pnpm publish --no-git-checks --access public
View it on npm.
Dev
If you need to develop on multiple libs at the same time (ex: want to update a connector and try it through the CLI), depend on local libs but publish & revert before commit.
- Depend on a local lib:
pnpm add <lib>
, ex:pnpm add @azimutt/models
- "Publish" lib locally by building it:
pnpm run build