Fixed month in backport packages to October (#11242)
This commit is contained in:
Родитель
6d7c143e8e
Коммит
ca4238eb4d
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [00ffedb8c](https://github.com/apache/airflow/commit/00ffedb8c402eb5638782628eb706a5f28215eac) | 2020-09-30 | Add amazon glacier to GCS transfer operator (#10947) |
|
||||
| [e3f96ce7a](https://github.com/apache/airflow/commit/e3f96ce7a8ac098aeef5e9930e6de6c428274d57) | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-amazon
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -44,7 +44,7 @@ Release: 2020.9.7
|
|||
- [Secrets](#secrets)
|
||||
- [Moved secrets](#moved-secrets)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -262,10 +262,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [00ffedb8c](https://github.com/apache/airflow/commit/00ffedb8c402eb5638782628eb706a5f28215eac) | 2020-09-30 | Add amazon glacier to GCS transfer operator (#10947) |
|
||||
| [e3f96ce7a](https://github.com/apache/airflow/commit/e3f96ce7a8ac098aeef5e9930e6de6c428274d57) | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-cassandra
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -92,10 +92,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-druid
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -36,7 +36,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -122,10 +122,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:----------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [d1bce91bb](https://github.com/apache/airflow/commit/d1bce91bb21d5a468fa6a0207156c28fe1ca6513) | 2020-08-25 | PyDocStyle: Enable D403: Capitalized first word of docstring (#10530) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-hdfs
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -95,10 +95,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:----------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [d1bce91bb](https://github.com/apache/airflow/commit/d1bce91bb21d5a468fa6a0207156c28fe1ca6513) | 2020-08-25 | PyDocStyle: Enable D403: Capitalized first word of docstring (#10530) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [e3f96ce7a](https://github.com/apache/airflow/commit/e3f96ce7a8ac098aeef5e9930e6de6c428274d57) | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-hive
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -38,7 +38,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -149,10 +149,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [e3f96ce7a](https://github.com/apache/airflow/commit/e3f96ce7a8ac098aeef5e9930e6de6c428274d57) | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:----------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [99accec29](https://github.com/apache/airflow/commit/99accec29d71b0a57fd4e90151b9d4d10321be07) | 2020-09-25 | Fix incorrect Usage of Optional[str] & Optional[int] (#11141) |
|
||||
| [e3f96ce7a](https://github.com/apache/airflow/commit/e3f96ce7a8ac098aeef5e9930e6de6c428274d57) | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-kylin
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [New hooks](#new-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
|
||||
## Backport package
|
||||
|
||||
|
@ -90,10 +90,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:----------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [99accec29](https://github.com/apache/airflow/commit/99accec29d71b0a57fd4e90151b9d4d10321be07) | 2020-09-25 | Fix incorrect Usage of Optional[str] & Optional[int] (#11141) |
|
||||
| [e3f96ce7a](https://github.com/apache/airflow/commit/e3f96ce7a8ac098aeef5e9930e6de6c428274d57) | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-livy
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -35,7 +35,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [New hooks](#new-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -113,10 +113,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-pig
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -32,7 +32,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -84,10 +84,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [e3f96ce7a](https://github.com/apache/airflow/commit/e3f96ce7a8ac098aeef5e9930e6de6c428274d57) | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-pinot
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -31,7 +31,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -79,10 +79,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [e3f96ce7a](https://github.com/apache/airflow/commit/e3f96ce7a8ac098aeef5e9930e6de6c428274d57) | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [d76026545](https://github.com/apache/airflow/commit/d7602654526fdd2876466371404784bd17cfe0d2) | 2020-08-25 | PyDocStyle: No whitespaces allowed surrounding docstring text (#10533) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-spark
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -95,10 +95,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [d76026545](https://github.com/apache/airflow/commit/d7602654526fdd2876466371404784bd17cfe0d2) | 2020-08-25 | PyDocStyle: No whitespaces allowed surrounding docstring text (#10533) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-sqoop
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -32,7 +32,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -84,10 +84,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-celery
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -31,7 +31,7 @@ Release: 2020.9.7
|
|||
- [Sensors](#sensors)
|
||||
- [Moved sensors](#moved-sensors)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -80,10 +80,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-cloudant
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -31,7 +31,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -78,10 +78,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [a888198c2](https://github.com/apache/airflow/commit/a888198c27bcdbc4538c02360c308ffcaca182fa) | 2020-09-27 | Allow overrides for pod_template_file (#11162) |
|
||||
| [0161b5ea2](https://github.com/apache/airflow/commit/0161b5ea2b805d62a0317e5cab6f797b92c8abf1) | 2020-09-26 | Increasing type coverage for multiple provider (#11159) |
|
||||
| [e3f96ce7a](https://github.com/apache/airflow/commit/e3f96ce7a8ac098aeef5e9930e6de6c428274d57) | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-cncf-kubernetes
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -36,7 +36,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [New hooks](#new-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
|
||||
## Backport package
|
||||
|
||||
|
@ -117,10 +117,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [a888198c2](https://github.com/apache/airflow/commit/a888198c27bcdbc4538c02360c308ffcaca182fa) | 2020-09-27 | Allow overrides for pod_template_file (#11162) |
|
||||
| [0161b5ea2](https://github.com/apache/airflow/commit/0161b5ea2b805d62a0317e5cab6f797b92c8abf1) | 2020-09-26 | Increasing type coverage for multiple provider (#11159) |
|
||||
| [e3f96ce7a](https://github.com/apache/airflow/commit/e3f96ce7a8ac098aeef5e9930e6de6c428274d57) | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:----------------------------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [54353f874](https://github.com/apache/airflow/commit/54353f874589f9be236458995147d13e0e763ffc) | 2020-09-27 | Increase type coverage for five different providers (#11170) |
|
||||
| [966a06d96](https://github.com/apache/airflow/commit/966a06d96bbfe330f1d2825f7b7eaa16d43b7a00) | 2020-09-18 | Fetching databricks host from connection if not supplied in extras. (#10762) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-databricks
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -92,10 +92,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:----------------------------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [54353f874](https://github.com/apache/airflow/commit/54353f874589f9be236458995147d13e0e763ffc) | 2020-09-27 | Increase type coverage for five different providers (#11170) |
|
||||
| [966a06d96](https://github.com/apache/airflow/commit/966a06d96bbfe330f1d2825f7b7eaa16d43b7a00) | 2020-09-18 | Fetching databricks host from connection if not supplied in extras. (#10762) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-datadog
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -91,10 +91,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [720912f67](https://github.com/apache/airflow/commit/720912f67b3af0bdcbac64d6b8bf6d51c6247e26) | 2020-10-02 | Strict type check for multiple providers (#11229) |
|
||||
| [ce19657ec](https://github.com/apache/airflow/commit/ce19657ec685abff5871df80c8d47f8585eeed99) | 2020-09-15 | Fix case of GitHub. (#10955) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-dingding
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -100,10 +100,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [720912f67](https://github.com/apache/airflow/commit/720912f67b3af0bdcbac64d6b8bf6d51c6247e26) | 2020-10-02 | Strict type check for multiple providers (#11229) |
|
||||
| [ce19657ec](https://github.com/apache/airflow/commit/ce19657ec685abff5871df80c8d47f8585eeed99) | 2020-09-15 | Fix case of GitHub. (#10955) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-discord
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -100,10 +100,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [e3f96ce7a](https://github.com/apache/airflow/commit/e3f96ce7a8ac098aeef5e9930e6de6c428274d57) | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
|
||||
| [2e56ee7b2](https://github.com/apache/airflow/commit/2e56ee7b2283d9413cab6939ffbe241c154b39e2) | 2020-08-27 | DockerOperator extra_hosts argument support added (#10546) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-docker
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -92,10 +92,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [e3f96ce7a](https://github.com/apache/airflow/commit/e3f96ce7a8ac098aeef5e9930e6de6c428274d57) | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
|
||||
| [2e56ee7b2](https://github.com/apache/airflow/commit/2e56ee7b2283d9413cab6939ffbe241c154b39e2) | 2020-08-27 | DockerOperator extra_hosts argument support added (#10546) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [ac943c9e1](https://github.com/apache/airflow/commit/ac943c9e18f75259d531dbda8c51e650f57faa4c) | 2020-09-08 | [AIRFLOW-3964][AIP-17] Consolidate and de-dup sensor tasks using Smart Sensor (#5499) |
|
||||
| [70f05ac67](https://github.com/apache/airflow/commit/70f05ac6775152d856d212f845e9561282232844) | 2020-09-01 | Add `log_id` field to log lines on ES handler (#10411) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-elasticsearch
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -30,7 +30,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [New hooks](#new-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -71,10 +71,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [ac943c9e1](https://github.com/apache/airflow/commit/ac943c9e18f75259d531dbda8c51e650f57faa4c) | 2020-09-08 | [AIRFLOW-3964][AIP-17] Consolidate and de-dup sensor tasks using Smart Sensor (#5499) |
|
||||
| [70f05ac67](https://github.com/apache/airflow/commit/70f05ac6775152d856d212f845e9561282232844) | 2020-09-01 | Add `log_id` field to log lines on ES handler (#10411) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [54353f874](https://github.com/apache/airflow/commit/54353f874589f9be236458995147d13e0e763ffc) | 2020-09-27 | Increase type coverage for five different providers (#11170) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-exasol
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [New hooks](#new-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -91,10 +91,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [54353f874](https://github.com/apache/airflow/commit/54353f874589f9be236458995147d13e0e763ffc) | 2020-09-27 | Increase type coverage for five different providers (#11170) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [d76026545](https://github.com/apache/airflow/commit/d7602654526fdd2876466371404784bd17cfe0d2) | 2020-08-25 | PyDocStyle: No whitespaces allowed surrounding docstring text (#10533) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-facebook
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -31,7 +31,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [New hooks](#new-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -78,10 +78,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [d76026545](https://github.com/apache/airflow/commit/d7602654526fdd2876466371404784bd17cfe0d2) | 2020-08-25 | PyDocStyle: No whitespaces allowed surrounding docstring text (#10533) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [bcdd3bb7b](https://github.com/apache/airflow/commit/bcdd3bb7bb0e73ec957fa4077b025eb5c1fef90d) | 2020-09-24 | Increasing type coverage FTP (#11107) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [c60e476fb](https://github.com/apache/airflow/commit/c60e476fb24d4fa2eb192f8fce51edea4166f1d0) | 2020-08-25 | Remove mlsd function from hooks/ftp.py (#10538) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-ftp
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -32,7 +32,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -86,10 +86,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [bcdd3bb7b](https://github.com/apache/airflow/commit/bcdd3bb7bb0e73ec957fa4077b025eb5c1fef90d) | 2020-09-24 | Increasing type coverage FTP (#11107) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [c60e476fb](https://github.com/apache/airflow/commit/c60e476fb24d4fa2eb192f8fce51edea4166f1d0) | 2020-08-25 | Remove mlsd function from hooks/ftp.py (#10538) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [cb52fb0ae](https://github.com/apache/airflow/commit/cb52fb0ae1de1f1140babaed0e97299e4aaf96bf) | 2020-09-27 | Add example DAG and system test for MySQLToGCSOperator (#10990) |
|
||||
| [99accec29](https://github.com/apache/airflow/commit/99accec29d71b0a57fd4e90151b9d4d10321be07) | 2020-09-25 | Fix incorrect Usage of Optional[str] & Optional[int] (#11141) |
|
||||
| [e3f96ce7a](https://github.com/apache/airflow/commit/e3f96ce7a8ac098aeef5e9930e6de6c428274d57) | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-google
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -44,7 +44,7 @@ Release: 2020.9.7
|
|||
- [Secrets](#secrets)
|
||||
- [Moved secrets](#moved-secrets)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -566,10 +566,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [cb52fb0ae](https://github.com/apache/airflow/commit/cb52fb0ae1de1f1140babaed0e97299e4aaf96bf) | 2020-09-27 | Add example DAG and system test for MySQLToGCSOperator (#10990) |
|
||||
| [99accec29](https://github.com/apache/airflow/commit/99accec29d71b0a57fd4e90151b9d4d10321be07) | 2020-09-25 | Fix incorrect Usage of Optional[str] & Optional[int] (#11141) |
|
||||
| [e3f96ce7a](https://github.com/apache/airflow/commit/e3f96ce7a8ac098aeef5e9930e6de6c428274d57) | 2020-09-24 | Fix incorrect Usage of Optional[bool] (#11138) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [2f2d8dbfa](https://github.com/apache/airflow/commit/2f2d8dbfafefb4be3dd80f22f31c649c8498f148) | 2020-08-25 | Remove all "noinspection" comments native to IntelliJ (#10525) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-grpc
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [New hooks](#new-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -93,10 +93,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [2f2d8dbfa](https://github.com/apache/airflow/commit/2f2d8dbfafefb4be3dd80f22f31c649c8498f148) | 2020-08-25 | Remove all "noinspection" comments native to IntelliJ (#10525) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [3867f7662](https://github.com/apache/airflow/commit/3867f7662559761864ec4e7be26b776c64c2f199) | 2020-08-28 | Update Google Cloud branding (#10615) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-hashicorp
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -34,7 +34,7 @@ Release: 2020.9.7
|
|||
- [Secrets](#secrets)
|
||||
- [Moved secrets](#moved-secrets)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -107,10 +107,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [3867f7662](https://github.com/apache/airflow/commit/3867f7662559761864ec4e7be26b776c64c2f199) | 2020-08-28 | Update Google Cloud branding (#10615) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-http
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -34,7 +34,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -97,10 +97,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [08dfd8cd0](https://github.com/apache/airflow/commit/08dfd8cd00dae2d7aad53018af04428d933b1ceb) | 2020-09-25 | Increase Type coverage for IMAP provider (#11154) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-imap
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -32,7 +32,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -84,10 +84,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [08dfd8cd0](https://github.com/apache/airflow/commit/08dfd8cd00dae2d7aad53018af04428d933b1ceb) | 2020-09-25 | Increase Type coverage for IMAP provider (#11154) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [54353f874](https://github.com/apache/airflow/commit/54353f874589f9be236458995147d13e0e763ffc) | 2020-09-27 | Increase type coverage for five different providers (#11170) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [9dd8310dc](https://github.com/apache/airflow/commit/9dd8310dc12a56cef04cc31d02802422106918c6) | 2020-09-19 | Increase typing coverage JDBC provider (#11021) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-jdbc
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -91,10 +91,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [54353f874](https://github.com/apache/airflow/commit/54353f874589f9be236458995147d13e0e763ffc) | 2020-09-27 | Increase type coverage for five different providers (#11170) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [9dd8310dc](https://github.com/apache/airflow/commit/9dd8310dc12a56cef04cc31d02802422106918c6) | 2020-09-19 | Increase typing coverage JDBC provider (#11021) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-jenkins
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -91,10 +91,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-jira
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -35,7 +35,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -105,10 +105,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:----------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [5093245d6](https://github.com/apache/airflow/commit/5093245d6f77a370fbd2f9e3df35ac6acf46a1c4) | 2020-09-30 | Strict type coverage for Oracle and Yandex provider (#11198) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [f77a11d5b](https://github.com/apache/airflow/commit/f77a11d5b1e9d76b1d57c8a0d653b3ab28f33894) | 2020-09-13 | Add Secrets backend for Microsoft Azure Key Vault (#10898) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-microsoft-azure
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -43,7 +43,7 @@ Release: 2020.9.7
|
|||
- [Secrets](#secrets)
|
||||
- [New secrets](#new-secrets)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -191,10 +191,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:----------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [5093245d6](https://github.com/apache/airflow/commit/5093245d6f77a370fbd2f9e3df35ac6acf46a1c4) | 2020-09-30 | Strict type coverage for Oracle and Yandex provider (#11198) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [f77a11d5b](https://github.com/apache/airflow/commit/f77a11d5b1e9d76b1d57c8a0d653b3ab28f33894) | 2020-09-13 | Add Secrets backend for Microsoft Azure Key Vault (#10898) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-microsoft-mssql
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -34,7 +34,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -107,10 +107,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-microsoft-winrm
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -91,10 +91,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-mongo
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -92,10 +92,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:----------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [d1bce91bb](https://github.com/apache/airflow/commit/d1bce91bb21d5a468fa6a0207156c28fe1ca6513) | 2020-08-25 | PyDocStyle: Enable D403: Capitalized first word of docstring (#10530) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-mysql
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -37,7 +37,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -131,10 +131,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:----------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [d1bce91bb](https://github.com/apache/airflow/commit/d1bce91bb21d5a468fa6a0207156c28fe1ca6513) | 2020-08-25 | PyDocStyle: Enable D403: Capitalized first word of docstring (#10530) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [54353f874](https://github.com/apache/airflow/commit/54353f874589f9be236458995147d13e0e763ffc) | 2020-09-27 | Increase type coverage for five different providers (#11170) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-odbc
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -31,7 +31,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [New hooks](#new-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -78,10 +78,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [54353f874](https://github.com/apache/airflow/commit/54353f874589f9be236458995147d13e0e763ffc) | 2020-09-27 | Increase type coverage for five different providers (#11170) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-openfaas
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -30,7 +30,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -71,10 +71,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [720912f67](https://github.com/apache/airflow/commit/720912f67b3af0bdcbac64d6b8bf6d51c6247e26) | 2020-10-02 | Strict type check for multiple providers (#11229) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-opsgenie
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -100,10 +100,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [720912f67](https://github.com/apache/airflow/commit/720912f67b3af0bdcbac64d6b8bf6d51c6247e26) | 2020-10-02 | Strict type check for multiple providers (#11229) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [5093245d6](https://github.com/apache/airflow/commit/5093245d6f77a370fbd2f9e3df35ac6acf46a1c4) | 2020-09-30 | Strict type coverage for Oracle and Yandex provider (#11198) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-oracle
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -35,7 +35,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -104,10 +104,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [5093245d6](https://github.com/apache/airflow/commit/5093245d6f77a370fbd2f9e3df35ac6acf46a1c4) | 2020-09-30 | Strict type coverage for Oracle and Yandex provider (#11198) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-pagerduty
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -31,7 +31,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -78,10 +78,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
| [ee7ca128a](https://github.com/apache/airflow/commit/ee7ca128a17937313566f2badb6cc569c614db94) | 2020-08-22 | Fix broken Markdown refernces in Providers README (#10483) |
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [0161b5ea2](https://github.com/apache/airflow/commit/0161b5ea2b805d62a0317e5cab6f797b92c8abf1) | 2020-09-26 | Increasing type coverage for multiple provider (#11159) |
|
||||
| [b9dc3c51b](https://github.com/apache/airflow/commit/b9dc3c51ba2cba1c61d327488cecf2623d6445b3) | 2020-09-10 | Added Plexus as an Airflow provider (#10591) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-plexus
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [New hooks](#new-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
|
||||
## Backport package
|
||||
|
||||
|
@ -90,9 +90,10 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [0161b5ea2](https://github.com/apache/airflow/commit/0161b5ea2b805d62a0317e5cab6f797b92c8abf1) | 2020-09-26 | Increasing type coverage for multiple provider (#11159) |
|
||||
| [b9dc3c51b](https://github.com/apache/airflow/commit/b9dc3c51ba2cba1c61d327488cecf2623d6445b3) | 2020-09-10 | Added Plexus as an Airflow provider (#10591) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [eff1525d1](https://github.com/apache/airflow/commit/eff1525d124f7f697e4fbe5cc9a54ed32ec0138d) | 2020-09-16 | Increase typing coverage for postgres provider (#10864) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-postgres
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -34,7 +34,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -107,10 +107,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [eff1525d1](https://github.com/apache/airflow/commit/eff1525d124f7f697e4fbe5cc9a54ed32ec0138d) | 2020-09-16 | Increase typing coverage for postgres provider (#10864) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [720912f67](https://github.com/apache/airflow/commit/720912f67b3af0bdcbac64d6b8bf6d51c6247e26) | 2020-10-02 | Strict type check for multiple providers (#11229) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-presto
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -31,7 +31,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -78,10 +78,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [720912f67](https://github.com/apache/airflow/commit/720912f67b3af0bdcbac64d6b8bf6d51c6247e26) | 2020-10-02 | Strict type check for multiple providers (#11229) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:----------------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [720912f67](https://github.com/apache/airflow/commit/720912f67b3af0bdcbac64d6b8bf6d51c6247e26) | 2020-10-02 | Strict type check for multiple providers (#11229) |
|
||||
| [c58d60635](https://github.com/apache/airflow/commit/c58d60635dbab1a91f38e989f72f91645cb7eb62) | 2020-09-11 | Update qubole_hook to not remove pool as an arg for qubole_operator (#10820) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-qubole
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -35,7 +35,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -109,10 +109,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:----------------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [720912f67](https://github.com/apache/airflow/commit/720912f67b3af0bdcbac64d6b8bf6d51c6247e26) | 2020-10-02 | Strict type check for multiple providers (#11229) |
|
||||
| [c58d60635](https://github.com/apache/airflow/commit/c58d60635dbab1a91f38e989f72f91645cb7eb62) | 2020-09-11 | Update qubole_hook to not remove pool as an arg for qubole_operator (#10820) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-redis
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -35,7 +35,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -105,10 +105,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [45669bea4](https://github.com/apache/airflow/commit/45669bea4f690021b69a7d2afa8be9567ae0c49d) | 2020-09-24 | Increasing type coverage for salesforce provide (#11135) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-salesforce
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -36,7 +36,7 @@ Release: 2020.9.7
|
|||
- [New hooks](#new-hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -111,10 +111,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [45669bea4](https://github.com/apache/airflow/commit/45669bea4f690021b69a7d2afa8be9567ae0c49d) | 2020-09-24 | Increasing type coverage for salesforce provide (#11135) |
|
||||
| [f3e87c503](https://github.com/apache/airflow/commit/f3e87c503081a3085dff6c7352640d7f08beb5bc) | 2020-09-22 | Add D202 pydocstyle check (#11032) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [720912f67](https://github.com/apache/airflow/commit/720912f67b3af0bdcbac64d6b8bf6d51c6247e26) | 2020-10-02 | Strict type check for multiple providers (#11229) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-samba
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -31,7 +31,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -78,10 +78,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [720912f67](https://github.com/apache/airflow/commit/720912f67b3af0bdcbac64d6b8bf6d51c6247e26) | 2020-10-02 | Strict type check for multiple providers (#11229) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-segment
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,7 +33,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -91,10 +91,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
| [3696c34c2](https://github.com/apache/airflow/commit/3696c34c28c6bc7b442deab999d9ecba24ed0e34) | 2020-08-24 | Fix typo in the word "release" (#10528) |
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [0161b5ea2](https://github.com/apache/airflow/commit/0161b5ea2b805d62a0317e5cab6f797b92c8abf1) | 2020-09-26 | Increasing type coverage for multiple provider (#11159) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-sftp
|
||||
|
||||
Release: 2020.9.7
|
||||
Release: 2020.10.5
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -36,7 +36,7 @@ Release: 2020.9.7
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.9.7](#release-202097)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
## Backport package
|
||||
|
@ -122,10 +122,11 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.9.7
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:------------------------------------------------------------------------------|
|
||||
| [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02 | Prepare Backport release 2020.09.07 (#11238) |
|
||||
| [0161b5ea2](https://github.com/apache/airflow/commit/0161b5ea2b805d62a0317e5cab6f797b92c8abf1) | 2020-09-26 | Increasing type coverage for multiple provider (#11159) |
|
||||
| [9549274d1](https://github.com/apache/airflow/commit/9549274d110f689a0bd709db829a4d69e274eed9) | 2020-09-09 | Upgrade black to 20.8b1 (#10818) |
|
||||
| [fdd9b6f65](https://github.com/apache/airflow/commit/fdd9b6f65b608c516b8a062b058972d9a45ec9e3) | 2020-08-25 | Enable Black on Providers Packages (#10543) |
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче