Snowflake connector for DataDict
Project description
DataDict Snowflake Connector
The Snowflake connector synchronizes the database, schemas, tables, views, and columns visible to a
Snowflake role into DataDict's standard SQL catalog layout. View dependencies are extracted on a
best-effort basis from GET_DDL output.
name: warehouse
type: snowflake
connection:
profile: snowflake_test
snowflake_test:
account: my-organization-my-account
user: DATADICT_USER
password: ${SNOWFLAKE_PASSWORD}
role: DATADICT_ROLE
warehouse: COMPUTE_WH
database: ANALYTICS
schema: PUBLIC
account, user, password, warehouse, and database are required. role, schema, and
host are optional. The schema controls the session default; synchronization includes every
non-system schema in the configured database that is visible to the role.
The default test suite replays result-level cassettes and does not contact Snowflake. Run the live
tests with credentials from the repository-root .env file:
task test:live
Refresh the safe, result-only cassette after intentionally changing the test objects:
poetry run python scripts/record_snowflake_cassette.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file datadict_connector_snowflake-0.0.3.tar.gz.
File metadata
- Download URL: datadict_connector_snowflake-0.0.3.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f32277a0172eed46ba4942d298bfb1af16f9c0a1589f0d7c2a244255a831f8d
|
|
| MD5 |
903b6226787a69b6ac2efd9458f09267
|
|
| BLAKE2b-256 |
cedfedbdf66cc95aa9898c4ced184f246c7a87c96482e9788745db9de49cc7c3
|
File details
Details for the file datadict_connector_snowflake-0.0.3-py3-none-any.whl.
File metadata
- Download URL: datadict_connector_snowflake-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa7fa2d0e0aa7b04b5f1b180221fb5bfbcf83fa20fd9917018ef72b4f6346046
|
|
| MD5 |
3beb6ce1a4b8038fe0b6c1ec42ddefdc
|
|
| BLAKE2b-256 |
8559289ef5c59a9344d90d3b0dce0b7b25558d11713b932665e3ed95c5837ed1
|