suman-himanshu commented on issue #53640: URL: https://github.com/apache/airflow/issues/53640#issuecomment-3223963091
Hi @potiuk I created this DAG [file1](https://gist.github.com/suman-himanshu/32a55b91887ebb4b6b346e14f1e0a1f1) where method_name inside self.defer is not None, as per my understanding once trigger yields a TriggerEvent it should call the method mentioned in method_name. `Scenario 1` : On running the above DAG file1 it gets stuck once it goes in deferrable mode and gets stuck <img width="1856" height="1074" alt="Image" src="https://github.com/user-attachments/assets/743d8597-727d-4fe5-b71a-ab153f19d9a7" /> With the DAG [file2](https://gist.github.com/suman-himanshu/abdbde1d252ae3a4b30847094f59d2af) where method_name is None, before applying code changes typing error issue was getting observed. However running file2 post code changes (raised a PR [here](https://github.com/apache/airflow/pull/54942)) the typing issue was resolved but tasks get stuck as in scenario 1. <img width="1856" height="1074" alt="Image" src="https://github.com/user-attachments/assets/744ecd1e-ef57-4fd2-9418-90aed5623b4e" /> Could you please review the DAG files and PR once, am I missing something here. Thank you ;) -- 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]
