apache-airflow-providers-standard
Provider package apache-airflow-providers-standard for Apache Airflow
What it is and what it does
Apache Airflow Providers Standard is an official provider package that extends Apache Airflow with a collection of standard operators, hooks, and sensors for common workflow patterns. It is part of Airflow's modular provider ecosystem and is maintained by the Apache Software Foundation. The package integrates directly into Airflow's task execution layer, allowing you to define and orchestrate workflows using pre-built task types without implementing custom operators.
This provider is designed for developers and system administrators building data pipelines, ETL workflows, and scheduled tasks within Airflow. It depends on apache-airflow >=2.11.0 and apache-airflow-providers-common-compat >=1.14.1, and supports Python 3.10 through 3.14. An optional integration with apache-airflow-providers-openlineage is available for data lineage tracking. The package is actively maintained, with its latest release 6 days old.
Use it for:
- Build standard Airflow DAGs using pre-built operators without writing custom task logic.
- Integrate common data pipeline patterns (e.g., file transfers, database operations) into workflows.
- Enable data lineage tracking by installing the optional openlineage extra.
- Extend Airflow installations with a lightweight, officially-supported provider package.
- Orchestrate workflows on modern Python versions (3.10–3.14) with Airflow >=2.11.0.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides standard operators, hooks, and sensors for Apache Airflow workflows, enabling common task patterns and integrations within the Airflow orchestration framework.
Yes. This is an actively maintained, officially-supported Apache provider package with no known vulnerabilities, low install friction, and permissive licensing. Install it if you are running Airflow >=2.11.0 and need standard operators and hooks for typical workflow tasks. No gotchas; the only prerequisite is a compatible Airflow version.
Install
apache-airflow-providers-standard on PyPI
pip
pip install apache-airflow-providers-standarduv
uv add apache-airflow-providers-standardpoetry
poetry add apache-airflow-providers-standardInstalling apache-airflow-providers-standard
Before you install
Low install friction with a pure-Python wheel. Actively maintained—released 6 days ago with 46489 repository stars. Requires apache-airflow >=2.11.0 and apache-airflow-providers-common-compat >=1.14.1.
License in practice
Licensed under Apache-2.0 (permissive). No restrictions on commercial or private use; modifications and redistribution are permitted under the license terms.
Quickstart
pip install apache-airflow-providers-standard
from airflow.providers.standard.operators import StandardOperator
from airflow import DAG
from datetime import datetime
with DAG('example', start_date=datetime(2024, 1, 1)) as dag:
task = StandardOperator(task_id='my_task')
Requires apache-airflow >=2.11.0 and Python >=3.10.
Verify before relying
- Which specific operators, hooks, and sensors are included in the standard provider package.
- Whether optional openlineage integration is required for typical workflows or only for lineage tracking.
- Performance characteristics or known limitations when used with large-scale Airflow deployments.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — apache-airflow, apache-airflow-providers-common-compat |
| Maintenance | actively maintained — 6 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 6,584,714/month — #1,884 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_standard-1.17.0-py3-none-any.whl
Keywords: airflow-provider, standard, 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-common-compatProvides compatibility code and utilities for…
permissive · top 5,000 on PyPI
apache-airflow-providers-httpProvides HTTP operators, hooks, and sensors for…
permissive · top 1,000 on PyPI
apache-airflow-providers-oracleIntegrates Apache Airflow with Oracle…
permissive · top 5,000 on PyPI
apache-airflow-providers-common-ioProvides common I/O utilities and operators for…
permissive · top 5,000 on PyPI
apache-airflow-providers-githubProvides GitHub integration operators and hooks…
permissive · top 15,000 on PyPI
apache-airflow-providers-cohereIntegrates Cohere's language model APIs into…
permissive · top 15,000 on PyPI
apache-airflow-providers-elasticsearchIntegrates Elasticsearch with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-anomaloProvides native Apache Airflow operators and…
permissive · top 15,000 on PyPI
airflow-provider-great-expectationsProvides Apache Airflow operators that…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-pigIntegrates Apache Pig with Apache Airflow,…
permissive · top 15,000 on PyPI