Skip to content

Commit 0a68588

Browse files
authored
Add August 2021 Provider's documentation (#17890)
1 parent da99c3f commit 0a68588

File tree

265 files changed

+2557
-298
lines changed

Some content is hidden

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

265 files changed

+2557
-298
lines changed

β€Žairflow/providers/airbyte/CHANGELOG.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,31 @@
1919
Changelog
2020
---------
2121

22+
2.1.1
23+
.....
24+
25+
Misc
26+
~~~~
27+
28+
* ``Optimise connection importing for Airflow 2.2.0``
29+
30+
.. Below changes are excluded from the changelog. Move them to
31+
appropriate section above if needed. Do not delete the lines(!):
32+
* ``Fix messed-up changelog in 3 providers (#17380)``
33+
* ``Update description about the new ''connection-types'' provider meta-data (#17767)``
34+
* ``Import Hooks lazily individually in providers manager (#17682)``
35+
2236
2.1.0
2337
.....
2438

2539
Bug Fixes
2640
~~~~~~~~~
2741

28-
* ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
42+
* ``AirbyteHook - Consider incomplete status (#16965)``
2943

3044
.. Below changes are excluded from the changelog. Move them to
3145
appropriate section above if needed. Do not delete the lines(!):
32-
* ``AirbyteHook - Consider incomplete status (#16965)``
46+
* ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
3347
* ``Prepare documentation for July release of providers. (#17015)``
3448
* ``Updating Airbyte example DAG to use XComArgs (#16867)``
3549
* ``Removes pylint from our toolchain (#16682)``

β€Ž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.1
2526
- 2.1.0
2627
- 2.0.0
2728
- 1.0.0

β€Žairflow/providers/amazon/CHANGELOG.rst

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,42 @@
1919
Changelog
2020
---------
2121

22+
2.2.0
23+
.....
24+
25+
26+
Features
27+
~~~~~~~~
28+
29+
* ``Add an Amazon EMR on EKS provider package (#16766)``
30+
* ``Add optional SQL parameters in ''RedshiftToS3Operator'' (#17640)``
31+
* ``Add new LocalFilesystemToS3Operator under Amazon provider (#17168) (#17382)``
32+
* ``Add Mongo projections to hook and transfer (#17379)``
33+
* ``make platform version as independent parameter of ECSOperator (#17281)``
34+
* ``Improve AWS SQS Sensor (#16880) (#16904)``
35+
* ``Implemented Basic EKS Integration (#16571)``
36+
37+
Bug Fixes
38+
~~~~~~~~~
39+
40+
* ``Fixing ParamValidationError when executing load_file in Glue hooks/operators (#16012)``
41+
* ``Fixes #16972 - Slugify role session name in AWS base hook (#17210)``
42+
* ``Fix broken XCOM in EKSPodOperator (#17918)``
43+
44+
Misc
45+
~~~~
46+
47+
* ``Optimise connection importing for Airflow 2.2.0``
48+
* ``Fix provider.yaml errors due to exit(0) in test (#17858)``
49+
* ``Adds secrets backend/logging/auth information to provider yaml (#17625)``
50+
51+
.. Below changes are excluded from the changelog. Move them to
52+
appropriate section above if needed. Do not delete the lines(!):
53+
* ``Doc: Fix docstrings for ''MongoToS3Operator'' (#17588)``
54+
* ``Update description about the new ''connection-types'' provider meta-data (#17767)``
55+
* ``Import Hooks lazily individually in providers manager (#17682)``
56+
* ``Remove all deprecation warnings in providers (#17900)``
57+
2258
2.1.0
2359
.....
2460

@@ -48,8 +84,8 @@ Bug Fixes
4884
* ``Removes pylint from our toolchain (#16682)``
4985
* ``Bump sphinxcontrib-spelling and minor improvements (#16675)``
5086
* ``Prepare documentation for July release of providers. (#17015)``
51-
* ``Added docs &amp; doc ref&#39;s for AWS transfer operators between SFTP &amp; S3 (#16964)``
52-
* ``Fixed wrongly escaped characters in amazon&#39;s changelog (#17020)``
87+
* ``Added docs &amp; doc ref's for AWS transfer operators between SFTP &amp; S3 (#16964)``
88+
* ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
5389
* ``Updating Amazon-AWS example DAGs to use XComArgs (#16868)``
5490
5591
2.0.0

β€Žairflow/providers/amazon/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
2323
2424
versions:
25+
- 2.2.0
2526
- 2.1.0
2627
- 2.0.0
2728
- 1.4.0

β€Žairflow/providers/apache/beam/CHANGELOG.rst

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

22+
3.0.1
23+
.....
24+
25+
Misc
26+
~~~~
27+
28+
* ``Optimise connection importing for Airflow 2.2.0``
29+
30+
.. Below changes are excluded from the changelog. Move them to
31+
appropriate section above if needed. Do not delete the lines(!):
32+
* ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
33+
* ``Prepares docs for Rc2 release of July providers (#17116)``
34+
* ``Prepare documentation for July release of providers. (#17015)``
35+
* ``Removes pylint from our toolchain (#16682)``
36+
2237
3.0.0
2338
.....
2439

β€Ž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.0.1
2526
- 3.0.0
2627
- 2.0.0
2728
- 1.0.1

β€Žairflow/providers/apache/cassandra/CHANGELOG.rst

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

22+
2.0.1
23+
.....
24+
25+
Misc
26+
~~~~
27+
28+
* ``Optimise connection importing for Airflow 2.2.0``
29+
30+
.. Below changes are excluded from the changelog. Move them to
31+
appropriate section above if needed. Do not delete the lines(!):
32+
* ``Fixed wrongly escaped characters in amazon's changelog (#17020)``
33+
* ``Update description about the new ''connection-types'' provider meta-data (#17767)``
34+
* ``Import Hooks lazily individually in providers manager (#17682)``
35+
* ``Prepares docs for Rc2 release of July providers (#17116)``
36+
* ``Updating Apache example DAGs to use XComArgs (#16869)``
37+
* ``Prepare documentation for July release of providers. (#17015)``
38+
* ``Removes pylint from our toolchain (#16682)``
39+
2240
2.0.0
2341
.....
2442

β€Ž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.0.1
2526
- 2.0.0
2627
- 1.0.1
2728
- 1.0.0

β€Žairflow/providers/apache/drill/CHANGELOG.rst

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

22+
1.0.1
23+
.....
24+
25+
Misc
26+
~~~~
27+
28+
* ``Optimise connection importing for Airflow 2.2.0``
29+
30+
.. Below changes are excluded from the changelog. Move them to
31+
appropriate section above if needed. Do not delete the lines(!):
32+
* ``Update description about the new ''connection-types'' provider meta-data (#17767)``
33+
* ``Import Hooks lazily individually in providers manager (#17682)``
34+
* ``Example DAG-related updates for Apache Drill (#17384)``
35+
* ``Remove all deprecation warnings in providers (#17900)``
36+
2237
1.0.0
2338
.....
2439

β€Žairflow/providers/apache/drill/provider.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`Apache Drill <https://drill.apache.org/>`__.
2323
2424
versions:
25+
- 1.0.1
2526
- 1.0.0
2627

2728
additional-dependencies:

0 commit comments

Comments
 (0)