Skip to content

Latest commit

 

History

History

backport_packages

Backport package {{ PACKAGE_NAME }}

Description

This is a backport package for Apache Airflow 1.10.* series. It provides Hooks, Operators, Sensors and Secrets (in Airflow 1.10.10+) that are developed for Apache Airflow 2.0 in a package that is compatible with Airflow 1.10.* series.

It provides the classes under airflow.providers.{{ PACKAGE_FOLDER }} package.

This is only one of a number of packages released. The current status and description of all packages are available in the Backport Providers Packages document

Installation

You can install this package with pip via 'pip install {{ PACKAGE }}' for the existing airflow 1.10 version.

{{ PACKAGE_DEPENDENCIES }}

{{ PACKAGE_BACKPORT_README }}