--- id: apache-airflow-providers-opensearch version: "1.12.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # apache-airflow-providers-opensearch — Provider package apache-airflow-providers-opensearch for Apache Airflow License: permissive · Maintenance: active · Downloads: 605.9K/mo ## 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 above — 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 pip install apache-airflow-providers-opensearch uv add apache-airflow-providers-opensearch 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_current - Install friction: low - Maintenance: active - Downloads: 605.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags airflow opensearch integration, opensearch operator airflow, airflow opensearch provider, opensearch connector airflow, airflow opensearch tasks, opensearch airflow dag, airflow opensearch hooks, airflow-provider, opensearch-integration, data-pipeline [View on SkillFed](https://skillfed.io/packages/apache-airflow-providers-opensearch) · [View on PyPI](https://pypi.org/project/apache-airflow-providers-opensearch/)