Skip to content

Files

Latest commit

 

History

History

ydb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Package apache-airflow-providers-ydb

Release: 2.1.1

YDB

Provider package

This is a provider package for ydb provider. All classes for this provider package are in airflow.providers.ydb python package.

You can find package information and changelog for the provider in the documentation.

Installation

You can install this package on top of an existing Airflow 2 installation (see Requirements below for the minimum Airflow version supported) via pip install apache-airflow-providers-ydb

The package supports the following python versions: 3.9,3.10,3.11,3.12

Requirements

PIP package Version required
apache-airflow >=2.9.0
apache-airflow-providers-common-sql >=1.20.0
ydb >=3.18.8
ydb-dbapi >=0.1.0

Cross provider package dependencies

Those are dependencies that might be needed in order to use all the features of the package. You need to install the specified providers in order to use them.

You can install such cross-provider dependencies when installing from PyPI. For example:

pip install apache-airflow-providers-ydb[common.sql]
Dependent package Extra
apache-airflow-providers-common-sql common.sql

The changelog for the provider package can be found in the changelog.