gopidesupavan commented on code in PR #49818:
URL: https://github.com/apache/airflow/pull/49818#discussion_r2061330517
##########
airflow-core/src/airflow/api_fastapi/execution_api/routes/task_instances.py:
##########
@@ -669,7 +681,14 @@ def get_task_instance_states(
if task_group_id:
group_tasks = _get_group_tasks(dag_id, task_group_id, session,
logical_dates, run_ids)
- [run_id_task_state_map[task.run_id].update({task.task_id: task.state})
for task in group_tasks]
+ if map_index is None:
Review Comment:
Fixed bug and response structure aswell to include dynamic tasks with like
task_id_0, task_id_1..
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]