skillfed

apache-airflow-providers-samba

Provider package apache-airflow-providers-samba for Apache Airflow

apache-airflow-providers-samba v4.12.6 478.3K downloads/30d#6,438 on PyPI46,490
Permissive license Apache-2.0 Active released

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-samba

uv

uv add apache-airflow-providers-samba

poetry

poetry add apache-airflow-providers-samba

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow samba providersmb cifs airflow integrationnetwork file share airflowsamba airflow operatorairflow smbprotocolwindows file share airflow
airflow-providersmb-integrationworkflow-orchestration

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-asana

Integrates Apache Airflow with Asana, enabling…

permissive · top 15,000 on PyPI

pysmb

pysmb implements the SMB/CIFS protocol to let…

permissive · top 5,000 on PyPI

apache-airflow-providers-jenkins

Integrates Jenkins CI/CD systems into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-zendesk

Provides operators and hooks to integrate…

permissive · top 15,000 on PyPI

apache-airflow-providers-segment

Integrates Apache Airflow with Segment for…

permissive · top 15,000 on PyPI

smbprotocol

SMBv2 and SMBv3 client library for Python that…

permissive · top 5,000 on PyPI

apache-airflow-providers-apache-hive

Integrates Apache Hive with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-microsoft-psrp

Integrates Apache Airflow with PowerShell…

permissive · top 15,000 on PyPI

apache-airflow-providers-neo4j

Integrates Neo4j graph database operations into…

permissive · top 15,000 on PyPI

apache-airflow-providers-openfaas

Integrates OpenFaaS serverless functions into…

permissive · top 15,000 on PyPI