FSHook
Apache AirflowAllows for interaction with an file server.
Access Instructions
Install the Apache Airflow provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Documentation
Allows for interaction with an file server.
Connection should have a name and a path specified under extra:
example: Connection Id: fs_test Connection Type: File (path) Host, Schema, Login, Password, Port: empty Extra: {“path”: “/tmp”}