GCSBlobTrigger
GoogleA trigger that fires and it finds the requested file or folder present in the given bucket.
Access Instructions
Install the Google provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
bucketthe bucket in the google cloud storage where the objects are residing.
object_namethe file or folder present in the bucket
google_cloud_conn_idreference to the Google Connection
poke_intervalpolling period in seconds to check for file/folder
Documentation
A trigger that fires and it finds the requested file or folder present in the given bucket.