apache-airflow-providers-common-sql

Package apache-airflow-providers-common-sql

Common SQL Provider

Release: 1.0.0

Provider package

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

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-common-sql

Changelog

1.0.0

Initial version of the provider. Adds SQLColumnCheckOperator and SQLTableCheckOperator. Moves DBApiHook, SQLSensor and ConnectorProtocol to the provider.

Was this entry helpful?