S3PrefixTrigger

Astronomer ProvidersCertified

S3PrefixTrigger class is fired as deferred class with params to run the task in trigger worker

Access Instructions

Install the Astronomer Providers provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

bucket_nameRequiredName of the S3 bucket. Only needed when bucket_key is not provided as a full s3:// url.
prefixRequiredThe prefix being waited on. Relative path from bucket root level.
delimiterThe delimiter intended to show hierarchy.
aws_conn_idreference to the s3 connection
verifyWhether or not to verify SSL certificates for S3 connection.
hook_paramsparams for hook its optional

Documentation

S3PrefixTrigger class is fired as deferred class with params to run the task in trigger worker

Was this page helpful?