apache-airflow-providers-opensearch
Provider package apache-airflow-providers-opensearch for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that bridges Airflow and OpenSearch, enabling you to build data pipelines that interact with OpenSearch clusters. It supplies operators and hooks for common OpenSearch tasks—querying, indexing, and cluster management—that you can wire into Airflow DAGs. The package depends on apache-airflow (>=3.0.0), apache-airflow-providers-common-compat (>=1.12.0), and opensearch-py (>=2.2.0), and is marked Production/Stable.
You install it on top of an existing Airflow environment and use its classes from the airflow.providers.opensearch namespace. It supports Python 3.10 through 3.14 and is actively maintained by the Apache Airflow project, with a recent release and no known security vulnerabilities.
Use it for:
- Index data into OpenSearch from Airflow tasks as part of a larger ETL pipeline.
- Query OpenSearch clusters to retrieve results and pass them downstream in a DAG.
- Monitor OpenSearch cluster health and performance through Airflow-scheduled checks.
- Automate bulk operations (updates, deletes, inserts) on OpenSearch indices on a schedule.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates OpenSearch with Apache Airflow, providing operators and hooks to query, index, and manage OpenSearch clusters within Airflow DAGs.
Yes. This is a production-stable, actively maintained provider package with low install friction and no known vulnerabilities. Install it if you run Apache Airflow >=3.0.0 and need to integrate OpenSearch into your data pipelines. The Apache-2.0 license poses no restrictions.
Install
apache-airflow-providers-opensearch on PyPI
pip
pip install apache-airflow-providers-opensearchuv
uv add apache-airflow-providers-opensearchpoetry
poetry add apache-airflow-providers-opensearchInstalling apache-airflow-providers-opensearch
Before you install
Low install friction; released 6 days ago with active maintenance. Requires Apache Airflow >=3.0.0, apache-airflow-providers-common-compat >=1.12.0, and opensearch-py >=2.2.0.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions.
Quickstart
pip install apache-airflow-providers-opensearch
from airflow.providers.opensearch.operators.opensearch import OpenSearchOperator
from airflow import DAG
with DAG('opensearch_dag') as dag:
task = OpenSearchOperator(task_id='query', ...)
Requires Apache Airflow >=3.0.0 and Python >=3.10.
Verify before relying
- Which specific OpenSearch operators and hooks are available in this provider package.
- Whether the package supports both OpenSearch and legacy Elasticsearch clusters.
- Performance characteristics when indexing or querying large datasets through Airflow.
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, opensearch-py |
| Maintenance | actively maintained — 6 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 605,888/month — #5,794 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_opensearch-1.12.0-py3-none-any.whl
Keywords: airflow-provider, opensearch, 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-elasticsearchIntegrates Elasticsearch with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-keycloakIntegrates Keycloak identity and access…
permissive · top 15,000 on PyPI
apache-airflow-providers-openaiIntegrates OpenAI APIs into Apache Airflow…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-cassandraIntegrates Apache Cassandra with Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-arangodbIntegrates ArangoDB with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-neo4jIntegrates Neo4j graph database operations into…
permissive · top 15,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
apache-airflow-providers-standardProvides standard operators, hooks, and sensors…
permissive · top 5,000 on PyPI
apache-airflow-providers-weaviateIntegrates Weaviate vector database operations…
permissive · top 15,000 on PyPI
apache-airflow-providers-qdrantIntegrates Qdrant vector database with Apache…
permissive · top 15,000 on PyPI