feluelle commented on a change in pull request #6075: [AIRFLOW-5266] Allow
aws_athena_hook to get all query results
URL: https://github.com/apache/airflow/pull/6075#discussion_r379362690
##########
File path: airflow/providers/amazon/aws/hooks/athena.py
##########
@@ -116,7 +120,7 @@ def get_state_change_reason(self, query_execution_id):
# The error is being absorbed to implement retries.
return reason # pylint: disable=lost-exception
- def get_query_results(self, query_execution_id):
+ def get_query_results(self, query_execution_id, next_token_id=None,
max_results=1000):
Review comment:
Please add docs regarding next_token_id and max_results
----------------------------------------------------------------
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