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 d6ac318207e8b0a05f6d447be1fb1f59f94ea5fd 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 44eb56f7b2..74271228a2 100644 --- a/airflow/www/views.py +++ b/airflow/www/views.py @@ -2328,7 +2328,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,
