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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
