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 334e39923eb8e96fa6e406c427ea604a07c974b4 Author: Ephraim Anierobi <[email protected]> AuthorDate: Tue Apr 12 17:02:07 2022 +0100 fixup! fixup! Allow marking/clearing mapped taskinstances from the UI --- airflow/www/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/www/views.py b/airflow/www/views.py index 7be1289144..5e7f7a01e6 100644 --- a/airflow/www/views.py +++ b/airflow/www/views.py @@ -2310,7 +2310,7 @@ class Airflow(AirflowBaseView): altered = dag.set_task_instance_state( task_id=task_id, - map_index=map_indexes, + map_indexes=map_indexes, run_id=dag_run_id, state=state, upstream=upstream,
