astronomer.providers.google.cloud.sensors.gcs ============================================= .. py:module:: astronomer.providers.google.cloud.sensors.gcs .. autoapi-nested-parse:: This module contains Google Cloud Storage sensors. 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 Module Contents --------------- .. 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:attribute:: is_deprecated :value: True .. py:attribute:: post_deprecation_replacement :value: 'from airflow.providers.google.cloud.sensors.gcs import GCSObjectExistenceSensor' .. 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:attribute:: is_deprecated :value: True .. py:attribute:: post_deprecation_replacement :value: 'from airflow.providers.google.cloud.sensors.gcs import GCSObjectsWithPrefixExistenceSensor' .. 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:attribute:: is_deprecated :value: True .. py:attribute:: post_deprecation_replacement :value: 'from airflow.providers.google.cloud.sensors.gcs import GCSUploadSessionCompleteSensor' .. 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. .. py:attribute:: is_deprecated :value: True .. py:attribute:: post_deprecation_replacement :value: 'from airflow.providers.google.cloud.sensors.gcs import GCSObjectUpdateSensor'