FileTrigger
Astronomer ProvidersA trigger that fires exactly once after it finds the requested file or folder.
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
filepathstrFile or folder name (relative to the base path set within the connection), can be a glob.
recursiveboolwhen set to True, enables recursive directory matching behavior of ** in glob filepath parameter. Defaults to False.
Documentation
A trigger that fires exactly once after it finds the requested file or folder.