atul-astronomer commented on issue #47373: URL: https://github.com/apache/airflow/issues/47373#issuecomment-2716570058
@dstandish I believe this DAG was written to test this ticket https://github.com/apache/airflow/issues/18146 and this is working fine in AF 2.10. I tried executing the DAG again by removing to next_method check from the DAG but now getting the below error [2025-03-12, 05:36:04] - Task failed with exception logger="task" error_detail=[{"exc_type":"AirflowException","exc_value":"`execute` wasn't run during retry!","syntax_error":null,"is_cause":false,"frames":[{"filename":"/opt/airflow/task_sdk/src/airflow/sdk/execution_time/task_runner.py","lineno":609,"name":"run"},{"filename":"/opt/airflow/task_sdk/src/airflow/sdk/execution_time/task_runner.py","lineno":730,"name":"_execute_task"},{"filename":"/opt/airflow/task_sdk/src/airflow/sdk/definitions/baseoperator.py","lineno":1527,"name":"resume_execution"},{"filename":"/files/dags/retry.py","lineno":43,"name":"next"}]}] -- 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]
