o-nikolas commented on PR #35789: URL: https://github.com/apache/airflow/pull/35789#issuecomment-1823621645
Looks like this change has broken the example_batch system test: https://aws-mwaa.github.io/#/open-source/system-tests/dashboard.html ``` File "/opt/airflow/airflow/providers/amazon/aws/operators/batch.py", line 236, in execute self.submit_job(context) File "/opt/airflow/airflow/providers/amazon/aws/operators/batch.py", line 307, in submit_job raise AirflowException(e) airflow.exceptions.AirflowException: An error occurred (ClientException) when calling the SubmitJob operation: Error executing request, Exception : RetryAttempts must be provided with retry strategy, RequestId: cbdc8976-4998-4f73-b453-70cb3d9b8ba9 ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org