FTPSensor

FTP

Waits for a file or directory to be present on FTP.

View on GitHub

Last Updated: Oct. 23, 2022

Access Instructions

Install the FTP provider package into your Airflow environment.

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

Parameters

pathRequiredRemote file or directory path
fail_on_transient_errorsFail on all errors, including 4xx transient errors. Default True.
ftp_conn_idThe ftp connection id reference to run the sensor against.

Documentation

Waits for a file or directory to be present on FTP.

Was this page helpful?