Skip to content

Commit

Permalink
Fix docstring for AthenaTrigger (#43616)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Nov 3, 2024
1 parent 45b0b2f commit 0664782
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0664782

Please sign in to comment.