--- id: apache-airflow-providers-salesforce version: "5.14.2" license: Apache-2.0 license_treatment: permissive maintenance: active --- # apache-airflow-providers-salesforce — Provider package apache-airflow-providers-salesforce for Apache Airflow License: permissive · Maintenance: active · Downloads: 969.9K/mo ## What it is and what it does This is an Apache Airflow provider package that adds Salesforce connectivity to Airflow workflows. It wraps the simple-salesforce library and pandas to enable scheduled, programmatic access to Salesforce data—querying records, exporting to cloud storage, or loading data into Salesforce as part of larger data pipelines. The package is maintained as part of the Apache Airflow project and follows Airflow's provider architecture, meaning it integrates cleanly with Airflow's DAG execution model, connection management, and operator framework. You install it alongside an existing Airflow deployment (minimum version 2.11.0) and then use its operators and hooks within your DAG definitions. It supports Python 3.10 through 3.14 and has no known security vulnerabilities. The package is actively maintained—the latest release is recent—and sits in the top 5000 PyPI packages by download volume, indicating real production use. Use it for: - Export Salesforce records to S3 or another cloud store on a daily or hourly schedule. - Load transformed data from a data lake back into Salesforce as a scheduled batch job. - Monitor Salesforce data quality by running periodic queries and alerting on anomalies. - Synchronize Salesforce records with an internal database as part of a multi-step ETL pipeline. - Archive historical Salesforce data to cold storage on a retention schedule. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Integrates Salesforce data operations into Apache Airflow workflows, providing operators and hooks to query, load, and manage Salesforce records as scheduled tasks. Yes, if you run Apache Airflow and need to integrate Salesforce into your data workflows. The package is production-stable, actively maintained, has no known vulnerabilities, and carries a permissive license. Install friction is low. The only gotcha is the hard dependency on Airflow >=2.11.0 and valid Salesforce credentials—if you don't have an Airflow deployment already, this package alone won't help. ## Install pip install apache-airflow-providers-salesforce uv add apache-airflow-providers-salesforce poetry add apache-airflow-providers-salesforce ## Installing apache-airflow-providers-salesforce Before you install: Low friction installation as a pure-Python wheel. Active maintenance with a release 6 days old; the parent Apache Airflow project has strong community backing (46490 stars). Requires Apache Airflow >=2.11.0 and four runtime dependencies including simple-salesforce and pandas. License in practice: Apache License 2.0 (permissive). You may use, modify, and distribute this package freely in commercial and private projects, with minimal restrictions beyond attribution and liability disclaimers. Quickstart: pip install apache-airflow-providers-salesforce from airflow.providers.salesforce.operators.salesforce import SalesforceToS3Operator # Use in a DAG to export Salesforce data Requires an existing Apache Airflow >=2.11.0 installation and valid Salesforce API credentials configured in Airflow connections. Verify before relying: - Specific operators and hooks available in this version beyond what the excerpt describes. - Whether pandas version constraints (2.1.2+ for Python <3.13, 2.2.3+ for 3.13–3.14, 2.3.3+ for >=3.14) affect common workflows. - Performance characteristics when handling large Salesforce datasets. ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 969.9K/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags airflow salesforce integration, salesforce data pipeline, airflow provider salesforce, schedule salesforce tasks, salesforce operator airflow, airflow salesforce connector, airflow-provider, salesforce-integration, etl [View on SkillFed](https://skillfed.io/packages/apache-airflow-providers-salesforce) · [View on PyPI](https://pypi.org/project/apache-airflow-providers-salesforce/)