Deferred AWS BatchOperator appears to re-trigger task and error out #33016
Labels
area:providers
good first issue
kind:bug
This is a clearly a bug
provider:amazon
AWS/Amazon - related issues
Apache Airflow version
2.6.3
What happened
I started a long-running job with the BatchOperator in deferrable mode. Traceback is below:
The strange behavior here is that just before erroring out, it looks like the BatchOperator resubmits the job. However, the Batch is not actually submitted (verified in the console) - however, this seems to break the trigger and it errors out immediately after.
What you think should happen instead
No response
How to reproduce
Run a long-running Batch Job using the BatchOperator with
deferrable=True
Operating System
AmazonLinux
Versions of Apache Airflow Providers
Version 8.4.0 of the AWS provider
Deployment
Virtualenv installation
Deployment details
No response
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: