diff --git a/airflow/providers/amazon/aws/triggers/athena.py b/airflow/providers/amazon/aws/triggers/athena.py index a6ca58a2a250..96a6e0eeba4e 100644 --- a/airflow/providers/amazon/aws/triggers/athena.py +++ b/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 synchronously poll the boto3 API to interact with Athena. :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.