:py:mod:`astronomer.providers.google.cloud.sensors.gcs` ======================================================= .. py:module:: astronomer.providers.google.cloud.sensors.gcs .. autoapi-nested-parse:: This module contains Google Cloud Storage sensors. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: astronomer.providers.google.cloud.sensors.gcs.GCSObjectExistenceSensorAsync astronomer.providers.google.cloud.sensors.gcs.GCSObjectsWithPrefixExistenceSensorAsync astronomer.providers.google.cloud.sensors.gcs.GCSUploadSessionCompleteSensorAsync astronomer.providers.google.cloud.sensors.gcs.GCSObjectUpdateSensorAsync .. py:class:: GCSObjectExistenceSensorAsync(*args, polling_interval = 5.0, **kwargs) Bases: :py:obj:`airflow.providers.google.cloud.sensors.gcs.GCSObjectExistenceSensor` This class is deprecated. Please use :class: `~airflow.providers.google.cloud.sensors.gcs.GCSObjectExistenceSensor` and set `deferrable` param to `True` instead. .. py:class:: GCSObjectsWithPrefixExistenceSensorAsync(*args, polling_interval = 5.0, **kwargs) Bases: :py:obj:`airflow.providers.google.cloud.sensors.gcs.GCSObjectsWithPrefixExistenceSensor` This class is deprecated. Please use :class: `~airflow.providers.google.cloud.sensors.gcs.GCSObjectsWithPrefixExistenceSensor` and set `deferrable` param to `True` instead. .. py:class:: GCSUploadSessionCompleteSensorAsync(*args, polling_interval = 5.0, **kwargs) Bases: :py:obj:`airflow.providers.google.cloud.sensors.gcs.GCSUploadSessionCompleteSensor` This class is deprecated. Please use :class: `~airflow.providers.google.cloud.sensors.gcs.GCSUploadSessionCompleteSensor` and set `deferrable` param to `True` instead. .. py:class:: GCSObjectUpdateSensorAsync(*args, polling_interval = 5, **kwargs) Bases: :py:obj:`airflow.providers.google.cloud.sensors.gcs.GCSObjectUpdateSensor` This class is deprecated. Please use :class: `~airflow.providers.google.cloud.sensors.gcs.GCSObjectUpdateSensor` and set `deferrable` param to `True` instead.