yuqian90 commented on issue #22381: URL: https://github.com/apache/airflow/issues/22381#issuecomment-1081260212
@eladkal `max_tries` is an attribute of `TaskInstance`. #21018 is basically fixing a bug of the web UI to not reset its value by mistake when someone opens the Task instance web page. It's not clear to me how it conflicts with `AthenaOperator` which is a `BaseOperator` instead of `TaskInstance`. -- 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]
