jroachgolf84 commented on issue #57359: URL: https://github.com/apache/airflow/issues/57359#issuecomment-3456275091
@pmcquighan-camus, just my two cents, but I think that we should stick to Airflow retries for something like this. When you add retries within the logic in `.execute()`, it can cause some general confusion/hinder understanding as to what's actually going on. Let's say I'm a new user, and I only ever want my job to retry 3 times. I'd set my `retries=3` at the Task-level. Now, unknown to me, there is logic in the operator that retries 10 times without the Task failing. This would be unintended behavior. -- 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]
