kakatur commented on PR #64745:
URL: https://github.com/apache/airflow/pull/64745#issuecomment-4228061804
I've implemented the feedback from Guthub copilot.
1. Reduced API calls - 67% reduction (3→1) before deferring
2. Context validation - Handles empty context in unit tests
3. Removed XCom placeholder - Respects do_xcom_push setting
4. Eliminated duplication in monitor_job - CloudWatch fetched once
5. Better error logging - WARNING level for CloudWatch failures
6. No duplication in execute_complete - Conditional logic based on
awslogs_enabled
7. Bug fix - Added missing check_job_success() when awslogs_enabled=False
--
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]