skillfed

apache-airflow-providers-opensearch

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

apache-airflow-providers-opensearch v1.12.0 605.9K downloads/30d#5,794 on PyPI46,490
Permissive license Apache-2.0 Active released

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

uv

uv add apache-airflow-providers-opensearch

poetry

poetry add apache-airflow-providers-opensearch

Installing 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

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 opensearch integrationopensearch operator airflowairflow opensearch provideropensearch connector airflowairflow opensearch tasksopensearch airflow dagairflow opensearch hooks
airflow-provideropensearch-integrationdata-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-elasticsearch

Integrates Elasticsearch with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-keycloak

Integrates Keycloak identity and access…

permissive · top 15,000 on PyPI

apache-airflow-providers-openai

Integrates OpenAI APIs into Apache Airflow…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-cassandra

Integrates Apache Cassandra with Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-arangodb

Integrates ArangoDB with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-neo4j

Integrates Neo4j graph database operations into…

permissive · top 15,000 on PyPI

apache-airflow-providers-zendesk

Provides operators and hooks to integrate…

permissive · top 15,000 on PyPI

apache-airflow-providers-standard

Provides standard operators, hooks, and sensors…

permissive · top 5,000 on PyPI

apache-airflow-providers-weaviate

Integrates Weaviate vector database operations…

permissive · top 15,000 on PyPI

apache-airflow-providers-qdrant

Integrates Qdrant vector database with Apache…

permissive · top 15,000 on PyPI