You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should document that we support using dag defaults when declaring multiple dags within the same file. Using this methodology, users can extend defaults as well as override them. It is even possible to have identical dags with different dag ids! We should also expand our test cases to account for these scenarios.
We should document that we support using dag defaults when declaring multiple dags within the same file. Using this methodology, users can extend defaults as well as override them. It is even possible to have identical dags with different dag ids! We should also expand our test cases to account for these scenarios.
For example, if we define dags like this:
They will be generated like this:
Note that the schedule for
business_analytics
dag is using the override value.Not sure how realistic this scenario is, but there is also support for generating the same dag with different ids, like this:
Let's update our readme, and make sure we have test cases that cover this.
The text was updated successfully, but these errors were encountered: