--- id: apache-airflow-providers-samba version: "4.12.6" license: Apache-2.0 license_treatment: permissive maintenance: active --- # apache-airflow-providers-samba — Provider package apache-airflow-providers-samba for Apache Airflow License: permissive · Maintenance: active · Downloads: 478.3K/mo ## 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 above — 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 pip install apache-airflow-providers-samba uv add apache-airflow-providers-samba 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_current - Install friction: low - Maintenance: active - Downloads: 478.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags airflow samba provider, smb cifs airflow integration, network file share airflow, samba airflow operator, airflow smbprotocol, windows file share airflow, airflow-provider, smb-integration, workflow-orchestration [View on SkillFed](https://skillfed.io/packages/apache-airflow-providers-samba) · [View on PyPI](https://pypi.org/project/apache-airflow-providers-samba/)