baolsen opened a new pull request #11020: URL: https://github.com/apache/airflow/pull/11020
Simple fix for DataSync Operator tests failing. Moto library was not returning a response containing 'Result' key when calling describe_task_execution. This is normally returned by DataSync. This Result was used just for logging within the DataSync operator, so can simply be skipped during testing if not found in the response. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
