airflow.providers.amazon.aws.triggers.athena¶
Module Contents¶
Classes¶
| Trigger for RedshiftCreateClusterOperator. | 
- class airflow.providers.amazon.aws.triggers.athena.AthenaTrigger(query_execution_id, waiter_delay, waiter_max_attempts, aws_conn_id)[source]¶
- Bases: - airflow.providers.amazon.aws.triggers.base.AwsBaseWaiterTrigger- Trigger for RedshiftCreateClusterOperator. - The trigger will asynchronously poll the boto3 API and wait for the Redshift cluster to be in the available state. - Parameters
 
