Samba
Samba »

SambaHook

View on GitHub

Created by

Airflow Community

Last Updated

Version

4.1.0

Allows for interaction with a Samba server.

Parameters

share

str | None

An optional share name. If this is unset then the “schema” field of the connection is used in its place.

samba_conn_id

str

The connection id reference.

Documentation

Allows for interaction with a Samba server.

The hook should be used as a context manager in order to correctly set up a session and disconnect open connections upon exit.