Skip to content

Commit

Permalink
Improve Docstring for AWS Athena Hook/Operator (apache#10580)
Browse files Browse the repository at this point in the history
  • Loading branch information
amariucaitheodor authored Aug 26, 2020
1 parent 46ac09d commit 8349061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/amazon/aws/hooks/athena.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class AWSAthenaHook(AwsBaseHook):
.. seealso::
:class:`~airflow.providers.amazon.aws.hooks.base_aws.AwsBaseHook`
:param sleep_time: Time to wait between two consecutive call to check query status on athena
:param sleep_time: Time (in seconds) to wait between two consecutive calls to check query status on Athena
:type sleep_time: int
"""

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/amazon/aws/operators/athena.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class AWSAthenaOperator(BaseOperator):
:type query_execution_context: dict
:param result_configuration: Dict with path to store results in and config related to encryption
:type result_configuration: dict
:param sleep_time: Time to wait between two consecutive call to check query status on athena
:param sleep_time: Time (in seconds) to wait between two consecutive calls to check query status on Athena
:type sleep_time: int
:param max_tries: Number of times to poll for query state before function exits
:type max_tries: int
Expand Down

0 comments on commit 8349061

Please sign in to comment.