Managing Tasks with SnowDDL #137
leopasta-enable
started this conversation in
General
Replies: 1 comment
-
For serious deployments general recommendation is to avoid tasks in all cases and use modern orchestrator instead, e.g. Dagster. It helps to see a full picture and build super lineage across all data sources, transformations and reporing. Tasks are limited to Snowflake only. For basic deployments it seems like a simple approach works well:
You may write a procedure or a script to automate it. It works well if number of tasks is relatively low (up to 50-100), if tasks are simple and if you do not have complex DAGs with tons of branching. When you start noticing complex DAGs - go for orchestrator as soon as possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I am curious to know how other users of snowDDL manages task deployment? Do you suspend all tasks before deploying (in case snowDDL detects a change and needs to apply ALTER TASK)?
How do you know which ones to resume afterwards?
Interested in what patterns folks have used in the field
Beta Was this translation helpful? Give feedback.
All reactions