Replies: 1 comment
-
Does anyone has experience working with dynamic and static dags? I found one more drawback - the history might be lost if using dynamic dags. |
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
-
We have 500+ dags. Each dag is handling one client. All dags are the same, they have different "client-id" variable. Clients are in a database.
Now we generate the dags with a "generated_dags" dag. The generate dags gets the list of all clients and with some template it produces static dags. This works very well and we do not have any problems so far.
Recently we have the idea to dynamically generate the dags and having only one DAG which will generate sub-dags on the fly.
As a drawbacks:
Cons:
What is your experience on that?
Beta Was this translation helpful? Give feedback.
All reactions