FTPSSensor
FTPWaits for a file or directory to be present on FTP over SSL.
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
pathRemote 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 over SSL.