vincbeck commented on code in PR #31942:
URL: https://github.com/apache/airflow/pull/31942#discussion_r1232381091
##########
airflow/providers/amazon/aws/hooks/athena.py:
##########
@@ -38,8 +41,7 @@ class AthenaHook(AwsBaseHook):
Provide thick wrapper around
:external+boto3:py:class:`boto3.client("athena") <Athena.Client>`.
- :param sleep_time: Time (in seconds) to wait between two consecutive calls
- to check query status on Athena.
+ :param sleep_time: obsolete, please use the parameter of poll_query_status
instead
Review Comment:
```suggestion
:param sleep_time: obsolete, please use the parameter of
`poll_query_status` method instead
```
--
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]