aboutsummaryrefslogblamecommitdiff
path: root/databases/py-snowddl/pkg-descr
blob: d3444485605d8e803f6f32becd9702366215cd69 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                
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