--- id: apache-airflow-providers-ydb version: "2.5.3" license: Apache-2.0 license_treatment: permissive maintenance: active --- # apache-airflow-providers-ydb — Provider package apache-airflow-providers-ydb for Apache Airflow License: permissive · Maintenance: active · Downloads: 135.4K/mo ## What it is and what it does This is an Apache Airflow provider package that adds YDB database support to Airflow workflows. It supplies hooks, operators, and connection management classes that let you define and execute YDB queries as tasks within Airflow DAGs. The package depends on apache-airflow (>=2.11.0), the ydb client library (>=3.18.8), ydb-dbapi for DB-API compliance, and common Airflow provider utilities for SQL and compatibility layers. The provider is actively maintained as part of the Apache Airflow ecosystem, with recent releases and no known security vulnerabilities. It targets modern Python versions (3.10 through 3.14) and is classified as production-stable. Installation is straightforward via pip on top of an existing Airflow setup, making it suitable for teams already running Airflow who need YDB integration. Use it for: - Schedule and monitor YDB queries as part of larger Airflow data pipelines. - Extract data from YDB and pass results to downstream Airflow tasks. - Manage YDB connections and credentials centrally through Airflow's connection system. - Build ETL workflows that read from or write to YDB tables on a schedule. - Integrate YDB operations with other Airflow providers in multi-step DAGs. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Integrates YDB (a distributed SQL database) with Apache Airflow, providing hooks, operators, and connection management for YDB tasks in Airflow DAGs. Yes, if you run Apache Airflow and need to orchestrate YDB tasks. The package is actively maintained, has no security vulnerabilities, uses a permissive license, and integrates cleanly into Airflow's provider ecosystem. Install friction is low and dependencies are well-defined. Not relevant if you don't use Airflow or don't need YDB connectivity. ## Install pip install apache-airflow-providers-ydb uv add apache-airflow-providers-ydb poetry add apache-airflow-providers-ydb ## Installing apache-airflow-providers-ydb Before you install: Low friction install with active maintenance. Requires Apache Airflow >=2.11.0 and YDB >=3.18.8 as runtime dependencies; the provider package itself is a pure-Python wheel with no compiled dependencies. License in practice: Licensed under Apache-2.0 (permissive), allowing use in commercial and proprietary projects with minimal restrictions beyond attribution and license preservation. Quickstart: pip install apache-airflow-providers-ydb from airflow.providers.ydb.hooks.ydb import YdbHook hook = YdbHook(ydb_conn_id='ydb_default') result = hook.get_conn().execute('SELECT 1') Requires an existing Apache Airflow installation (>=2.11.0) and a configured YDB connection in Airflow. Verify before relying: - What specific operators and hooks are available beyond the base connection layer. - Whether the provider supports YDB-specific features like transactions or distributed queries. - Performance characteristics when executing large result sets through Airflow. ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 135.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags airflow ydb provider, ydb airflow integration, airflow database operators, ydb sql tasks airflow, airflow ydb connection, distributed database airflow, ydb dag tasks, airflow-provider, ydb-integration, workflow-orchestration [View on SkillFed](https://skillfed.io/packages/apache-airflow-providers-ydb) · [View on PyPI](https://pypi.org/project/apache-airflow-providers-ydb/)