airflow.providers.standard.hooks.filesystem
¶
Module Contents¶
Classes¶
Allows for interaction with an file server. |
- class airflow.providers.standard.hooks.filesystem.FSHook(fs_conn_id=default_conn_name, **kwargs)[source]¶
Bases:
airflow.hooks.base.BaseHook
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”}