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/12 18:56:06 UTC

[airflow] 04/06: 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 cb423f251d1a98c9eb646a168234b657ca0dc614
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 8efedbef60..dd0f6603ce 100644
--- a/airflow/models/dag.py
+++ b/airflow/models/dag.py
@@ -1701,6 +1701,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,