This is an automated email from the ASF dual-hosted git repository. gopidesu pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push: new dcc26238346 Remove duplicate TI.next_method from the select statement (#55311) dcc26238346 is described below commit dcc2623834693be9a184e5610fd014bac92c168e Author: GPK <gopidesupa...@gmail.com> AuthorDate: Sat Sep 6 08:37:35 2025 +0100 Remove duplicate TI.next_method from the select statement (#55311) --- .../src/airflow/api_fastapi/execution_api/routes/task_instances.py | 1 - 1 file changed, 1 deletion(-) diff --git a/airflow-core/src/airflow/api_fastapi/execution_api/routes/task_instances.py b/airflow-core/src/airflow/api_fastapi/execution_api/routes/task_instances.py index ec59c5bd26d..c30cf1e9c4c 100644 --- a/airflow-core/src/airflow/api_fastapi/execution_api/routes/task_instances.py +++ b/airflow-core/src/airflow/api_fastapi/execution_api/routes/task_instances.py @@ -129,7 +129,6 @@ def ti_run( TI.run_id, TI.task_id, TI.map_index, - TI.next_method, TI.try_number, TI.max_tries, TI.next_method,