Skip to content

Commit 375d1ca

Browse files
authored
Release candidate 2 for backport packages 2020.05.20 (#8898)
Release candidate 2 for backport packages 2020.05.20
1 parent dd57ec9 commit 375d1ca

132 files changed

Lines changed: 947 additions & 327 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BREEZE.rst

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ This is the current syntax for `./breeze <./breeze>`_:
655655
cleanup-image Cleans up the container image created
656656
exec Execs into running breeze container in new terminal
657657
generate-requirements Generates pinned requirements for pip dependencies
658-
generate-backport-readme Generates backport packages readme files
658+
prepare-backport-readme Prepares backport packages readme files
659659
prepare-backport-packages Prepares backport packages
660660
initialize-local-virtualenv Initializes local virtualenv
661661
setup-autocomplete Sets up autocomplete for breeze
@@ -872,9 +872,9 @@ This is the current syntax for `./breeze <./breeze>`_:
872872
####################################################################################################
873873
874874
875-
Detailed usage for command: generate-backport-readme
875+
Detailed usage for command: prepare-backport-readme
876876
877-
breeze [FLAGS] generate-backport-readme -- <EXTRA_ARGS>
877+
breeze [FLAGS] prepare-backport-readme -- <EXTRA_ARGS>
878878
879879
Prepares README.md files for backport packages. You can provide (after --) optional version
880880
in the form of YYYY.MM.DD, optionally followed by the list of packages to generate readme for.
@@ -884,13 +884,13 @@ This is the current syntax for `./breeze <./breeze>`_:
884884
885885
Examples:
886886
887-
'breeze generate-backport-readme' or
888-
'breeze generate-backport-readme -- 2020.05.10' or
889-
'breeze generate-backport-readme -- 2020.05.10 https google amazon'
887+
'breeze prepare-backport-readme' or
888+
'breeze prepare-backport-readme -- 2020.05.10' or
889+
'breeze prepare-backport-readme -- 2020.05.10 https google amazon'
890890
891891
General form:
892892
893-
'breeze generate-backport-readme -- YYYY.MM.DD <PACKAGE_ID> ...'
893+
'breeze prepare-backport-readme -- YYYY.MM.DD <PACKAGE_ID> ...'
894894
895895
* YYYY.MM.DD - is the CALVER version of the package to prepare. Note that this date
896896
cannot be earlier than the already released version (the script will fail if it
@@ -917,29 +917,34 @@ This is the current syntax for `./breeze <./breeze>`_:
917917
918918
Builds backport packages. You can provide (after --) optional list of packages to prepare.
919919
If no packages are specified, readme for all packages are generated. You can specify optional
920-
--version-suffix flag to generate rc candidates for the packages.
921-
922-
Make sure to set the right version in './backport_packages/setup_backport_packages.py'
920+
--version-suffix-for-svn flag to generate rc candidate packages to upload to SVN or
921+
--version-suffix-for-pypi flag to generate rc candidates for PyPI packages.
923922
924923
Examples:
925924
926925
'breeze prepare-backport-packages' or
927926
'breeze prepare-backport-packages -- google' or
928-
'breeze prepare-backport-packages --version-suffix rc1 -- http google amazon'
927+
'breeze prepare-backport-packages --version-suffix-for-svn rc1 -- http google amazon' or
928+
'breeze prepare-backport-packages --version-suffix-for-pypi rc1 -- http google amazon'
929929
930930
General form:
931931
932-
'breeze prepare-backport-packages -- <PACKAGE_ID> ...'
932+
'breeze prepare-backport-packages \
933+
[--version-suffix-for-svn|--version-suffix-for-pypi] -- <PACKAGE_ID> ...'
933934
934935
* <PACKAGE_ID> is usually directory in the airflow/providers folder (for example
935936
'google'), but in several cases, it might be one level deeper separated with '.'
936937
for example 'apache.hive'
937938
938939
Flags:
939940
940-
-S, --version-suffix
941-
Adds optional suffix to the generated backport package version. It can be used to generate
942-
rc1/rc2 ... versions of the packages.
941+
-S, --version-suffix-for-pypi
942+
Adds optional suffix to the version in the generated backport package. It can be used
943+
to generate rc1/rc2 ... versions of the packages to be uploaded to PyPI.
944+
945+
-N, --version-suffix-for-svn
946+
Adds optional suffix to the generated names of package. It can be used to generate
947+
rc1/rc2 ... versions of the packages to be uploaded to SVN.
943948
944949
-v, --verbose
945950
Show verbose information about executed commands (enabled by default for running test).
@@ -1423,9 +1428,13 @@ This is the current syntax for `./breeze <./breeze>`_:
14231428
****************************************************************************************************
14241429
Flags for generation of the backport packages
14251430
1426-
-S, --version-suffix
1427-
Adds optional suffix to the generated backport package version. It can be used to generate
1428-
rc1/rc2 ... versions of the packages.
1431+
-S, --version-suffix-for-pypi
1432+
Adds optional suffix to the version in the generated backport package. It can be used
1433+
to generate rc1/rc2 ... versions of the packages to be uploaded to PyPI.
1434+
1435+
-N, --version-suffix-for-svn
1436+
Adds optional suffix to the generated names of package. It can be used to generate
1437+
rc1/rc2 ... versions of the packages to be uploaded to SVN.
14291438
14301439
****************************************************************************************************
14311440
Increase verbosity of the scripts

airflow/providers/amazon/PROVIDERS_CHANGES_2020.05.20.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
| Commit | Committed | Subject |
66
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7+
| [12c5e5d8a](https://github.com/apache/airflow/commit/12c5e5d8ae25fa633efe63ccf4db389e2b796d79) | 2020-05-17 | Prepare release candidate for backport packages (#8891) |
78
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
89
| [f4edd90a9](https://github.com/apache/airflow/commit/f4edd90a94b8f91bbefbbbfba367372399559596) | 2020-05-16 | Speed up TestAwsLambdaHook by not actually running a function (#8882) |
910
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |

airflow/providers/amazon/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ Release: 2020.5.20
5151
This is a backport providers package for `amazon` provider. All classes for this provider package
5252
are in `airflow.providers.amazon` python package.
5353

54+
**Only Python 3.6+ is supported for this backport package.**
55+
56+
While Airflow 1.10.* continues to support Python 2.7+ - you need to upgrade python to 3.6+ if you
57+
want to use this backport package.
58+
59+
60+
5461
## Installation
5562

5663
You can install this package on top of an existing airflow 1.10.* installation via
@@ -249,6 +256,7 @@ All classes in Airflow 2.0 are in `airflow.providers.amazon` package.
249256

250257
| Commit | Committed | Subject |
251258
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
259+
| [12c5e5d8a](https://github.com/apache/airflow/commit/12c5e5d8ae25fa633efe63ccf4db389e2b796d79) | 2020-05-17 | Prepare release candidate for backport packages (#8891) |
252260
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
253261
| [f4edd90a9](https://github.com/apache/airflow/commit/f4edd90a94b8f91bbefbbbfba367372399559596) | 2020-05-16 | Speed up TestAwsLambdaHook by not actually running a function (#8882) |
254262
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |

airflow/providers/apache/cassandra/PROVIDERS_CHANGES_2020.05.20.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
| Commit | Committed | Subject |
66
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------------------|
7+
| [12c5e5d8a](https://github.com/apache/airflow/commit/12c5e5d8ae25fa633efe63ccf4db389e2b796d79) | 2020-05-17 | Prepare release candidate for backport packages (#8891) |
78
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
89
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
910
| [7e6372a68](https://github.com/apache/airflow/commit/7e6372a681a2a543f4710b083219aeb53b074388) | 2020-03-23 | Add call to Super call in apache providers (#7820) |

airflow/providers/apache/cassandra/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ Release: 2020.5.20
4141
This is a backport providers package for `apache.cassandra` provider. All classes for this provider package
4242
are in `airflow.providers.apache.cassandra` python package.
4343

44+
**Only Python 3.6+ is supported for this backport package.**
45+
46+
While Airflow 1.10.* continues to support Python 2.7+ - you need to upgrade python to 3.6+ if you
47+
want to use this backport package.
48+
49+
50+
4451
## Installation
4552

4653
You can install this package on top of an existing airflow 1.10.* installation via
@@ -98,6 +105,7 @@ All classes in Airflow 2.0 are in `airflow.providers.apache.cassandra` package.
98105

99106
| Commit | Committed | Subject |
100107
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------------------------|
108+
| [12c5e5d8a](https://github.com/apache/airflow/commit/12c5e5d8ae25fa633efe63ccf4db389e2b796d79) | 2020-05-17 | Prepare release candidate for backport packages (#8891) |
101109
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
102110
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
103111
| [7e6372a68](https://github.com/apache/airflow/commit/7e6372a681a2a543f4710b083219aeb53b074388) | 2020-03-23 | Add call to Super call in apache providers (#7820) |

airflow/providers/apache/druid/PROVIDERS_CHANGES_2020.05.20.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
| Commit | Committed | Subject |
66
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------------------------------------------------|
7+
| [12c5e5d8a](https://github.com/apache/airflow/commit/12c5e5d8ae25fa633efe63ccf4db389e2b796d79) | 2020-05-17 | Prepare release candidate for backport packages (#8891) |
78
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
89
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
910
| [4bde99f13](https://github.com/apache/airflow/commit/4bde99f1323d72f6c84c1548079d5e98fc0a2a9a) | 2020-03-23 | Make airflow/providers pylint compatible (#7802) |

airflow/providers/apache/druid/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ Release: 2020.5.20
4242
This is a backport providers package for `apache.druid` provider. All classes for this provider package
4343
are in `airflow.providers.apache.druid` python package.
4444

45+
**Only Python 3.6+ is supported for this backport package.**
46+
47+
While Airflow 1.10.* continues to support Python 2.7+ - you need to upgrade python to 3.6+ if you
48+
want to use this backport package.
49+
50+
51+
4552
## Installation
4653

4754
You can install this package on top of an existing airflow 1.10.* installation via
@@ -117,6 +124,7 @@ All classes in Airflow 2.0 are in `airflow.providers.apache.druid` package.
117124

118125
| Commit | Committed | Subject |
119126
|:-----------------------------------------------------------------------------------------------|:------------|:--------------------------------------------------------------------------------------------|
127+
| [12c5e5d8a](https://github.com/apache/airflow/commit/12c5e5d8ae25fa633efe63ccf4db389e2b796d79) | 2020-05-17 | Prepare release candidate for backport packages (#8891) |
120128
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
121129
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
122130
| [4bde99f13](https://github.com/apache/airflow/commit/4bde99f1323d72f6c84c1548079d5e98fc0a2a9a) | 2020-03-23 | Make airflow/providers pylint compatible (#7802) |

airflow/providers/apache/hdfs/PROVIDERS_CHANGES_2020.05.20.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
| Commit | Committed | Subject |
66
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------|
7+
| [12c5e5d8a](https://github.com/apache/airflow/commit/12c5e5d8ae25fa633efe63ccf4db389e2b796d79) | 2020-05-17 | Prepare release candidate for backport packages (#8891) |
78
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
89
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
910
| [87969a350](https://github.com/apache/airflow/commit/87969a350ddd41e9e77776af6d780b31e363eaca) | 2020-04-09 | [AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170) |

airflow/providers/apache/hdfs/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ Release: 2020.5.20
4141
This is a backport providers package for `apache.hdfs` provider. All classes for this provider package
4242
are in `airflow.providers.apache.hdfs` python package.
4343

44+
**Only Python 3.6+ is supported for this backport package.**
45+
46+
While Airflow 1.10.* continues to support Python 2.7+ - you need to upgrade python to 3.6+ if you
47+
want to use this backport package.
48+
49+
50+
4451
## Installation
4552

4653
You can install this package on top of an existing airflow 1.10.* installation via
@@ -101,6 +108,7 @@ All classes in Airflow 2.0 are in `airflow.providers.apache.hdfs` package.
101108

102109
| Commit | Committed | Subject |
103110
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------|
111+
| [12c5e5d8a](https://github.com/apache/airflow/commit/12c5e5d8ae25fa633efe63ccf4db389e2b796d79) | 2020-05-17 | Prepare release candidate for backport packages (#8891) |
104112
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
105113
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
106114
| [87969a350](https://github.com/apache/airflow/commit/87969a350ddd41e9e77776af6d780b31e363eaca) | 2020-04-09 | [AIRFLOW-6515] Change Log Levels from Info/Warn to Error (#8170) |

airflow/providers/apache/hive/PROVIDERS_CHANGES_2020.05.20.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
| Commit | Committed | Subject |
66
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7+
| [12c5e5d8a](https://github.com/apache/airflow/commit/12c5e5d8ae25fa633efe63ccf4db389e2b796d79) | 2020-05-17 | Prepare release candidate for backport packages (#8891) |
78
| [f3521fb0e](https://github.com/apache/airflow/commit/f3521fb0e36733d8bd356123e56a453fd37a6dca) | 2020-05-16 | Regenerate readme files for backport package release (#8886) |
89
| [92585ca4c](https://github.com/apache/airflow/commit/92585ca4cb375ac879f4ab331b3a063106eb7b92) | 2020-05-15 | Added automated release notes generation for backport operators (#8807) |
910
| [93ea05880](https://github.com/apache/airflow/commit/93ea05880283a56e3d42ab07db7453977a3de8ec) | 2020-04-21 | [AIRFLOW-7059] pass hive_conf to get_pandas_df in HiveServer2Hook (#8380) |

0 commit comments

Comments
 (0)