airflow.providers.google.cloud.triggers.gcs
¶
Module Contents¶
Classes¶
A trigger that fires and it finds the requested file or folder present in the given bucket. |
- class airflow.providers.google.cloud.triggers.gcs.GCSBlobTrigger(bucket, object_name, poke_interval, google_cloud_conn_id, hook_params)[source]¶
Bases:
airflow.triggers.base.BaseTrigger
A trigger that fires and it finds the requested file or folder present in the given bucket.
- Parameters