summaryrefslogtreecommitdiff
path: root/databases/py-snowddl/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-snowddl/pkg-descr')
-rw-r--r--databases/py-snowddl/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/py-snowddl/pkg-descr b/databases/py-snowddl/pkg-descr
new file mode 100644
index 000000000000..d3444485605d
--- /dev/null
+++ b/databases/py-snowddl/pkg-descr
@@ -0,0 +1,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