uranusjr commented on pull request #21981: URL: https://github.com/apache/airflow/pull/21981#issuecomment-1058878870
I’m not sure this is a good enough solution to be included in the default implementation. Why do I have to retry, and why only exactly once? A better implementation may be to add a `retry: int` argument to the operator, and retry that many times (default is 0) with a loop instead. -- 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]
