Object management automation tool for Snowflake
Project description
SnowDDL
SnowDDL is a declarative-style tool for object management automation in Snowflake.
It is not intended to replace other tools entirely, but to provide an alternative approach focused on practical data engineering challenges.
You may find SnowDDL useful if:
- complexity of object schema grows exponentially, and it becomes hard to manage;
- your organization maintains multiple Snowflake accounts (dev, stage, prod);
- your organization has multiple developers sharing the same Snowflake account and suffering from conflicts;
- it is necessary to generate some part of configuration dynamically using Python;
Main features
- SnowDDL is "stateless".
- SnowDDL can revert any changes.
- SnowDDL supports ALTER COLUMN.
- SnowDDL provides built-in "Role hierarchy" model.
- SnowDDL re-creates invalid views automatically.
- SnowDDL simplifies code review.
- SnowDDL supports creation of isolated "environments" for individual developers and CI/CD scripts.
- SnowDDL strikes a good balance between dependency management overhead and parallelism.
- SnowDDL configuration can be generated dynamically in Python code.
- SnowDDL can manage packages for Java and Python UDF scripts natively.
Quick links
Introduction videos
Mini-roadmap
placeholders in YAML configs(done)documentation for dynamic config generation in Python ("advanced mode")(done)video tutorials(done, but more tutorials are coming in future)- full test coverage for all object types and transformations
Issues? Questions? Feedback?
Please use GitHub "Issues" to report bugs and technical problems.
Please use GitHub "Discussions" to ask questions and provide feedback.
Created by
Vitaly Markov, 2024
Enjoy!
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
snowddl-0.35.1.tar.gz
(133.0 kB
view details)
Built Distribution
snowddl-0.35.1-py3-none-any.whl
(242.7 kB
view details)
File details
Details for the file snowddl-0.35.1.tar.gz
.
File metadata
- Download URL: snowddl-0.35.1.tar.gz
- Upload date:
- Size: 133.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45932d1dd938609d4da7ac4cbb577241fea7febd87e913e787ee47431db34475 |
|
MD5 | 48f5a56c4c512fc25a934b435b1fe743 |
|
BLAKE2b-256 | cf875c6e77c146953904eca5d6d9967cc67bfda6c146af045c4308282c07d84a |
Provenance
File details
Details for the file snowddl-0.35.1-py3-none-any.whl
.
File metadata
- Download URL: snowddl-0.35.1-py3-none-any.whl
- Upload date:
- Size: 242.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0603894d3d59729a0780ef32841c31edc1ddbaeed556efb57d1218ec960b242 |
|
MD5 | 26349e415828682b828f7dae34afa636 |
|
BLAKE2b-256 | 7ee970a5826a91d27614235ce74a196073924217d02101e8dfb639e929e29322 |