digvijay-y opened a new pull request, #55254: URL: https://github.com/apache/airflow/pull/55254
This PR fixes the deferrable behavior of the AWS GlueJobOperator in Airflow. - Updates GlueJobOperator to ensure it raises TaskDeferred when deferrable mode is enabled. - Adds a targeted unit test that mocks AWS calls and verifies TaskDeferred is properly raised. - The test passes and confirms the issue is resolved. How to test: Run `pytest providers/amazon/tests/test_glue.py::test_gluejoboperator_deferrable` to verify. Closes #55007 -- 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]
