DAG as template #617
-
Is it possible to declare 3 types of DAGS (d1, d2, d3) each DAG has different tasks to than create: d1 -> [d2, d3] Example for nested DAG: |
Beta Was this translation helpful? Give feedback.
Answered by
flaviuvadan
May 9, 2023
Replies: 1 comment 2 replies
-
This is how I solved it, Can you tell me if it is the best practice?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#622