Back-ported airflow.providers.snowflake.* package for Airflow 1.10.*
Project description
Package apache-airflow-backport-providers-snowflake
Release: 2020.5.20
Backport package
This is a backport providers package for snowflake
provider. All classes for this provider package
are in airflow.providers.snowflake
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-snowflake
Compatibility
For full compatibility and test status of the backport packages check Airflow Backport Package Compatibility
PIP requirements
PIP package | Version required |
---|---|
snowflake-connector-python | >=1.5.2 |
snowflake-sqlalchemy | >=1.1.0 |
Provider class summary
All classes in Airflow 2.0 are in airflow.providers.snowflake
package.
Operators
New operators
New Airflow 2.0 operators: airflow.providers.snowflake package |
---|
operators.s3_to_snowflake.S3ToSnowflakeTransfer |
operators.snowflake.SnowflakeOperator |
Hooks
New hooks
New Airflow 2.0 hooks: airflow.providers.snowflake package |
---|
hooks.snowflake.SnowflakeHook |
Releases
Release 2020.5.20
Commit | Committed | Subject |
---|---|---|
12c5e5d8a | 2020-05-17 | Prepare release candidate for backport packages (#8891) |
a546a10b1 | 2020-05-16 | Add Snowflake system test (#8422) |
f3521fb0e | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
92585ca4c | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
cd635dd7d | 2020-05-10 | [AIRFLOW-5906] Add authenticator parameter to snowflake_hook (#8642) |
297ad3088 | 2020-04-20 | Fix Snowflake hook conn id (#8423) |
cf1109d66 | 2020-02-07 | [AIRFLOW-6755] Fix snowflake hook bug and tests (#7380) |
97a429f9d | 2020-02-02 | [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) |
eee34ee80 | 2020-01-24 | [AIRFLOW-4204] Update super() calls (#7248) |
17af3beea | 2020-01-21 | [AIRFLOW-5816] Add S3 to snowflake operator (#6469) |