Skip to content

Commit 16adc03

Browse files
authored
Add documentation for Classifier release for March 2022 (#22226)
This is a bulk-release of all providers - it includes some providers that actually changed, but most of the providers are just adding the two classifiers: * Framework :: Apache Airflow * Framework :: Apache Airflow :: Provider
1 parent 86cc07b commit 16adc03

File tree

293 files changed

+1301
-277
lines changed

Some content is hidden

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

293 files changed

+1301
-277
lines changed

airflow/providers/airbyte/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
Changelog
2020
---------
2121

22+
2.1.3
23+
.....
24+
25+
Misc
26+
~~~~~
27+
28+
* ``Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)``
29+
2230
2.1.2
2331
.....
2432

airflow/providers/airbyte/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`Airbyte <https://airbyte.io/>`__
2323
2424
versions:
25+
- 2.1.3
2526
- 2.1.2
2627
- 2.1.1
2728
- 2.1.0

airflow/providers/alibaba/CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,22 @@
1919
Changelog
2020
---------
2121

22+
1.1.0
23+
.....
24+
25+
Features
26+
~~~~~~~~
27+
28+
* ``Add oss_task_handler into alibaba-provider and enable remote logging to OSS (#21785)``
29+
30+
Misc
31+
~~~~~
32+
33+
* ``Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)``
34+
35+
.. Below changes are excluded from the changelog. Move them to
36+
appropriate section above if needed. Do not delete the lines(!):
37+
2238
1.0.1
2339
.....
2440

airflow/providers/alibaba/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com//>`__).
2323
2424
versions:
25+
- 1.1.0
2526
- 1.0.1
2627
- 1.0.0
2728

airflow/providers/amazon/CHANGELOG.rst

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
Changelog
2020
---------
2121

22-
3.1.0
22+
3.1.1
2323
.....
2424

25-
2625
Features
2726
~~~~~~~~
2827

@@ -43,29 +42,48 @@ Features
4342
Bug Fixes
4443
~~~~~~~~~
4544

45+
* ``AWS RDS integration fixes (#22125)``
4646
* ``Fix the Type Hints in ''RedshiftSQLOperator'' (#21885)``
4747
* ``Bug Fix - S3DeleteObjectsOperator will try and delete all keys (#21458)``
4848
* ``Fix Amazon SES emailer signature (#21681)``
4949
* ``Fix EcsOperatorError, so it can be loaded from a picklefile (#21441)``
50+
* ``Fix RedshiftDataOperator and update doc (#22157)``
51+
* ``Bugfix for retrying on provision failuers(#22137)``
52+
* ``If uploading task logs to S3 fails, retry once (#21981)``
53+
* ``Bug-fix GCSToS3Operator (#22071)``
54+
* ``fixes query status polling logic (#21423)``
55+
* ``use different logger to avoid duplicate log entry (#22256)``
5056

5157
Misc
5258
~~~~
5359

60+
* ``Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)``
5461
* ``Support for Python 3.10``
5562
* ``[doc] Improve s3 operator example by adding task upload_keys (#21422)``
56-
* ``Add docs and sample dags for AWS Batch (#22010)``
57-
* ``Cleanup RedshiftSQLOperator documentation (#21976)``
58-
* ``Move S3ToRedshiftOperator documentation to transfer dir (#21975)``
5963
* ``Rename 'S3' hook name to 'Amazon S3' (#21988)``
60-
* ``Update ECS sample DAG and Docs to new standards (#21828)``
61-
* ``Update EKS sample DAGs and docs (#21523)``
64+
* ``Add template fields to DynamoDBToS3Operator (#22080)``
6265

6366

6467
.. Below changes are excluded from the changelog. Move them to
6568
appropriate section above if needed. Do not delete the lines(!):
69+
* ``additional information in the ECSOperator around support of launch_type=EXTERNAL (#22093)``
70+
* ``Add map_index to XCom model and interface (#22112)``
71+
* ``Add sample dags and update doc for RedshiftClusterSensor, RedshiftPauseClusterOperator and RedshiftResumeClusterOperator (#22128)``
72+
* ``Add sample dag and doc for RedshiftToS3Operator (#22060)``
73+
* ``Add docs and sample dags for AWS Batch (#22010)``
74+
* ``Add documentation for Feb Providers release (#22056)``
6675
* ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)``
6776
* ``Add pre-commit check for docstring param types (#21398)``
6877
* ``Resolve mypy issue in athena example dag (#22020)``
78+
* ``refactors polling logic for athena queries (#21488)``
79+
* ``EMR on EKS Sample DAG and Docs Update (#22095)``
80+
* ``Dynamo to S3 Sample DAG and Docs (#21920)``
81+
* ``Cleanup RedshiftSQLOperator documentation (#21976)``
82+
* ``Move S3ToRedshiftOperator documentation to transfer dir (#21975)``
83+
* ``Protect against accidental misuse of XCom.get_value() (#22244)``
84+
* ``Update ECS sample DAG and Docs to new standards (#21828)``
85+
* ``Update EKS sample DAGs and docs (#21523)``
86+
* ``EMR Sample DAG and Docs Update (#22189)``
6987
7088
3.0.0
7189
.....

airflow/providers/amazon/provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description: |
2222
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
2323
2424
versions:
25-
- 3.1.0
25+
- 3.1.1
2626
- 3.0.0
2727
- 2.6.0
2828
- 2.5.0

airflow/providers/apache/beam/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
Changelog
2020
---------
2121

22+
3.2.1
23+
.....
24+
25+
Misc
26+
~~~~~
27+
28+
* ``Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)``
29+
2230
3.2.0
2331
.....
2432

airflow/providers/apache/beam/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`Apache Beam <https://beam.apache.org/>`__.
2323
2424
versions:
25+
- 3.2.1
2526
- 3.2.0
2627
- 3.1.0
2728
- 3.0.1

airflow/providers/apache/cassandra/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
Changelog
2020
---------
2121

22+
2.1.2
23+
.....
24+
25+
Misc
26+
~~~~~
27+
28+
* ``Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)``
29+
2230
2.1.1
2331
.....
2432

airflow/providers/apache/cassandra/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`Apache Cassandra <http://cassandra.apache.org/>`__.
2323
2424
versions:
25+
- 2.1.2
2526
- 2.1.1
2627
- 2.1.0
2728
- 2.0.1

0 commit comments

Comments
 (0)