You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bb...@apache.org on 2022/04/20 19:00:45 UTC

[airflow] 03/19: fixup! fixup! fixup! Allow marking/clearing mapped taskinstances from the UI

This is an automated email from the ASF dual-hosted git repository.

bbovenzi pushed a commit to branch mapped-instance-actions
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 83413da968849574ed78d78918d0d08ed82563b9
Author: Ephraim Anierobi <sp...@gmail.com>
AuthorDate: Tue Apr 12 17:07:05 2022 +0100

    fixup! fixup! fixup! Allow marking/clearing mapped taskinstances from the UI
---
 airflow/models/dag.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow/models/dag.py b/airflow/models/dag.py
index 83860ba591..e9c33acb72 100644
--- a/airflow/models/dag.py
+++ b/airflow/models/dag.py
@@ -1703,6 +1703,7 @@ class DAG(LoggingMixin):
         subdag.clear(
             start_date=start_date,
             end_date=end_date,
+            map_indexes=map_indexes,
             include_subdags=True,
             include_parentdag=True,
             only_failed=True,