FSHook

Apache Airflow Certified

Allows for interaction with an file server.

View on GitHub

Last Updated: Nov. 10, 2022

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”}

Was this page helpful?