tree: 11937557816ff534e9a66bdf6657f906a35742d8 [path history] [tgz]
  1. hooks/
  2. operators/
  3. __init__.py
  4. PROVIDERS_CHANGES_2020.06.24.md
  5. README.md
airflow/providers/sqlite/README.md

Package apache-airflow-backport-providers-sqlite

Release: 2020.6.24

Table of contents

Backport package

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

Only Python 3.6+ is supported for this backport package.

While Airflow 1.10.* continues to support Python 2.7+ - you need to upgrade python to 3.6+ if you want to use this backport package.

Installation

You can install this package on top of an existing airflow 1.10.* installation via pip install apache-airflow-backport-providers-sqlite

Compatibility

For full compatibility and test status of the backport packages check Airflow Backport Package Compatibility

Provider classes summary

In Airflow 2.0, all operators, transfers, hooks, sensors, secrets for the sqlite provider are in the airflow.providers.sqlite package. You can read more about the naming conventions used in Naming conventions for provider packages

Operators

Moved operators

Airflow 2.0 operators: airflow.providers.sqlite packageAirflow 1.10.* previous location (usually airflow.contrib)
operators.sqlite.SqliteOperatoroperators.sqlite_operator.SqliteOperator

Hooks

Moved hooks

Airflow 2.0 hooks: airflow.providers.sqlite packageAirflow 1.10.* previous location (usually airflow.contrib)
hooks.sqlite.SqliteHookhooks.sqlite_hook.SqliteHook

Releases

Release 2020.6.24

CommitCommittedSubject
12af6a0802020-06-19Final cleanup for 2020.6.23rc1 release preparation (#9404)
c7e5bce572020-06-19Prepare backport release candidate for 2020.6.23rc1 (#9370)
f6bd817a32020-06-16Introduce 'transfers' packages (#9320)
0b0e4f7a42020-05-26Preparing for RC3 release of backports (#9026)
00642a46d2020-05-26Fixed name of 20 remaining wrongly named operators. (#8994)
1d36b03032020-05-23Fix references in docs (#8984)
375d1ca222020-05-19Release candidate 2 for backport packages 2020.05.20 (#8898)
12c5e5d8a2020-05-17Prepare release candidate for backport packages (#8891)
f3521fb0e2020-05-16Regenerate readme files for backport package release (#8886)
92585ca4c2020-05-15Added automated release notes generation for backport operators (#8807)
4bde99f132020-03-23Make airflow/providers pylint compatible (#7802)
97a429f9d2020-02-02[AIRFLOW-6714] Remove magic comments about UTF-8 (#7338)
059eda05f2020-01-21[AIRFLOW-6610] Move software classes to providers package (#7231)