This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 0664782c19d Fix docstring for AthenaTrigger (#43616)
0664782c19d is described below
commit 0664782c19dc40a311170c19b831dbd3bf1052a0
Author: Elad Kalif <[email protected]>
AuthorDate: Sun Nov 3 12:59:50 2024 +0200
Fix docstring for AthenaTrigger (#43616)
---
providers/src/airflow/providers/amazon/aws/triggers/athena.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/providers/src/airflow/providers/amazon/aws/triggers/athena.py
b/providers/src/airflow/providers/amazon/aws/triggers/athena.py
index a6ca58a2a25..6468431127c 100644
--- a/providers/src/airflow/providers/amazon/aws/triggers/athena.py
+++ b/providers/src/airflow/providers/amazon/aws/triggers/athena.py
@@ -29,8 +29,7 @@ class AthenaTrigger(AwsBaseWaiterTrigger):
"""
Trigger for AthenaOperator.
- The trigger will asynchronously poll the boto3 API and wait for the
- Redshift cluster to be in the `available` state.
+ The trigger will asynchronously poll the boto3 API
:param query_execution_id: ID of the Athena query execution to watch
:param waiter_delay: The amount of time in seconds to wait between
attempts.