You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/22 01:24:27 UTC

[GitHub] [airflow] SamWheating commented on issue #22381: AthenaOperator retries max_tries mix-up

SamWheating commented on issue #22381:
URL: https://github.com/apache/airflow/issues/22381#issuecomment-1074587165


   I think that this was introduced in https://github.com/apache/airflow/pull/21018, so its only included in 2.2.4:
   
   Specifically this addition of this line to the TaskInstance constructor:
   https://github.com/apache/airflow/blob/d6031f97ab9fd2666cfbcf5a851b26e2ceb010c6/airflow/models/taskinstance.py#L484
   
   It looks like the only operators which use an argument called `max_tries` are the AthenaOperator. 


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org