skillfed

apache-airflow-providers-standard

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

apache-airflow-providers-standard v1.17.0 6.6M downloads/30d#1,884 on PyPI46,489
Permissive license Apache-2.0 Active released

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

uv

uv add apache-airflow-providers-standard

poetry

poetry add apache-airflow-providers-standard

Installing 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

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 standard providerairflow operators and hooksairflow workflow tasksairflow standard integrationairflow provider packageairflow task library
airflow-providerworkflow-orchestrationdata-pipeline

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-common-compat

Provides compatibility code and utilities for…

permissive · top 5,000 on PyPI

apache-airflow-providers-http

Provides HTTP operators, hooks, and sensors for…

permissive · top 1,000 on PyPI

apache-airflow-providers-oracle

Integrates Apache Airflow with Oracle…

permissive · top 5,000 on PyPI

apache-airflow-providers-common-io

Provides common I/O utilities and operators for…

permissive · top 5,000 on PyPI

apache-airflow-providers-github

Provides GitHub integration operators and hooks…

permissive · top 15,000 on PyPI

apache-airflow-providers-cohere

Integrates Cohere's language model APIs into…

permissive · top 15,000 on PyPI

apache-airflow-providers-elasticsearch

Integrates Elasticsearch with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-anomalo

Provides native Apache Airflow operators and…

permissive · top 15,000 on PyPI

airflow-provider-great-expectations

Provides Apache Airflow operators that…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-pig

Integrates Apache Pig with Apache Airflow,…

permissive · top 15,000 on PyPI