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 15:05:14 UTC

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

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


   This happens because `AthenaOperator` has [`max_tries`](https://github.com/apache/airflow/blob/fa655fe53dcf34a7b581fe3e881d770921dfc7a0/airflow/providers/amazon/aws/operators/athena.py#L72) parameter which conflicts with the one added in https://github.com/apache/airflow/pull/21018 by @yuqian90 
   
   
   To fix this we probably need to make a breaking change to `AthenaOperator` and rename the parameter @potiuk WDYT?
   


-- 
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