There's a TODO in merge_updates to use task_groups for that task. Now that we have upgraded to Airflow v2, we can do that.
Alternatively we could at least use a macro and make each task distinct. But right now, making changes that affect merge_updates is very difficult (ran into this on #1148).
There's a TODO in merge_updates to use task_groups for that task. Now that we have upgraded to Airflow v2, we can do that.
Alternatively we could at least use a macro and make each task distinct. But right now, making changes that affect
merge_updates
is very difficult (ran into this on #1148).