1 min readSep 5, 2020
thank you so much Jarek, I appreciate your commitment to improving Airflow and I'm looking forward to the new features.
However, I'm still a bit sceptical about how can I redeploy and rerun only one child flow if it's logic is defined within this one big DAG. Even if it's based on DRY principle and modularity, those child pipelines (TaskGroups) still live only inside of those "big" DAGs. Can I redeploy and rerun this child (aka subdag) without having to redeploy the entire Master pipeline?