:py:mod:`astronomer.providers.amazon.aws.sensors.redshift_cluster` ================================================================== .. py:module:: astronomer.providers.amazon.aws.sensors.redshift_cluster Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: astronomer.providers.amazon.aws.sensors.redshift_cluster.RedshiftClusterSensorAsync .. py:class:: RedshiftClusterSensorAsync(*, poll_interval = 5, **kwargs) Bases: :py:obj:`airflow.providers.amazon.aws.sensors.redshift_cluster.RedshiftClusterSensor` Waits for a Redshift cluster to reach a specific status. :param cluster_identifier: The identifier for the cluster being pinged. :param target_status: The cluster status desired. .. py:method:: execute(context) Check for the target_status and defers using the trigger .. py:method:: execute_complete(context, event = None) Callback for when the trigger fires - returns immediately. Relies on trigger to throw an exception, otherwise it assumes execution was successful.