apache-airflow-providers-samba
Provider package apache-airflow-providers-samba for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that bridges Airflow workflows to Samba/SMB file shares. It packages integration logic for the airflow.providers.samba namespace, allowing Airflow DAGs to interact with SMB-compatible network storage. The package requires an existing Airflow installation (>=2.11.0) and depends on smbprotocol for the underlying SMB protocol implementation, plus apache-airflow-providers-common-compat.
The provider is production-stable, actively maintained by the Apache Airflow project, and supports Python versions 3.10, 3.11, 3.12, 3.13, 3.14. It integrates with Airflow's standard operator and hook patterns, making it suitable for data pipelines that need to interact with corporate file servers or network-attached storage exposed via SMB.
Use it for:
- Extract files from SMB shares as part of an Airflow data ingestion pipeline
- Write processed data to SMB shares for consumption by other systems or users
- Monitor Samba shares for new files and trigger downstream Airflow tasks
- Orchestrate file operations on network shares within a DAG
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Samba file-sharing protocol with Apache Airflow, enabling workflows to connect to and interact with SMB/CIFS network shares.
Yes, if you run Apache Airflow and need to integrate with Samba/SMB file shares. Low install friction, permissive Apache-2.0 license, no known vulnerabilities, and active maintenance make it a safe choice. Requires apache-airflow >=2.11.0 and Python >=3.10; verify your Airflow version meets the minimum before installing.
Install
apache-airflow-providers-samba on PyPI
pip
pip install apache-airflow-providers-sambauv
uv add apache-airflow-providers-sambapoetry
poetry add apache-airflow-providers-sambaInstalling apache-airflow-providers-samba
Before you install
Low install friction; pure Python wheel. Actively maintained with recent release 68 days old. Requires apache-airflow >=2.11.0 and smbprotocol >=1.5.0 as runtime dependencies.
License in practice
Apache-2.0 (permissive); no restrictions on commercial or private use. Safe for most deployment contexts.
Quickstart
pip install apache-airflow-providers-samba
from airflow.providers.samba.operators import SambaOperator
from airflow import DAG
with DAG('samba_dag') as dag:
task = SambaOperator(task_id='samba_task')
Requires apache-airflow >=2.11.0 and Python >=3.10
Verify before relying
- What specific Airflow operators or hooks this provider exposes for Samba tasks
- Whether it supports authentication methods beyond basic SMB credentials
- Performance characteristics when handling large file transfers over SMB
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — apache-airflow, apache-airflow-providers-common-compat, smbprotocol |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 478,273/month — #6,438 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_samba-4.12.6-py3-none-any.whl
Keywords: airflow-provider, samba, airflow, integration
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-asanaIntegrates Apache Airflow with Asana, enabling…
permissive · top 15,000 on PyPI
pysmbpysmb implements the SMB/CIFS protocol to let…
permissive · top 5,000 on PyPI
apache-airflow-providers-jenkinsIntegrates Jenkins CI/CD systems into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
apache-airflow-providers-segmentIntegrates Apache Airflow with Segment for…
permissive · top 15,000 on PyPI
smbprotocolSMBv2 and SMBv3 client library for Python that…
permissive · top 5,000 on PyPI
apache-airflow-providers-apache-hiveIntegrates Apache Hive with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-microsoft-psrpIntegrates Apache Airflow with PowerShell…
permissive · top 15,000 on PyPI
apache-airflow-providers-neo4jIntegrates Neo4j graph database operations into…
permissive · top 15,000 on PyPI
apache-airflow-providers-openfaasIntegrates OpenFaaS serverless functions into…
permissive · top 15,000 on PyPI