FileSensorAsync

Astronomer ProvidersCertified

Waits for a file or folder to land in a filesystem using async.

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

fs_conn_idreference to the File (path)
filepathFile or folder name (relative to the base path set within the connection), can be a glob.
recursivewhen set to True, enables recursive directory matching behavior of ** in glob filepath parameter. Defaults to False.

Documentation

Waits for a file or folder to land in a filesystem using async.

If the path given is a directory then this sensor will only return true if any files exist inside it (either directly, or within a subdirectory)

Was this page helpful?