bryanyang0528 commented on a change in pull request #4919: [AIRFLOW-4093] Throw
exception if job failed or cancelled or retry too many times
URL: https://github.com/apache/airflow/pull/4919#discussion_r266544955
##########
File path: airflow/contrib/operators/aws_athena_operator.py
##########
@@ -47,7 +47,8 @@ class AWSAthenaOperator(BaseOperator):
@apply_defaults
def __init__(self, query, database, output_location,
aws_conn_id='aws_default', client_request_token=None,
- query_execution_context=None, result_configuration=None,
sleep_time=30, *args, **kwargs):
+ query_execution_context=None, result_configuration=None,
sleep_time=30, max_tries=None,
Review comment:
@XD-DENG Thx. I've updated it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services