Skip to content

Commit 9c94b72

Browse files
authored
Updated documentation for June 2021 provider release (#16294)
1 parent bff213e commit 9c94b72

File tree

272 files changed

+4127
-399
lines changed

Some content is hidden

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

272 files changed

+4127
-399
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
519519
PYTHON_MAJOR_MINOR_VERSION: ${{needs.build-info.outputs.defaultPythonVersion}}
520520
VERSION_SUFFIX_FOR_PYPI: ".dev0"
521521
GITHUB_REGISTRY: ${{ needs.ci-images.outputs.githubRegistry }}
522+
NO_INTERACTIVE: "true"
522523
if: needs.build-info.outputs.image-build == 'true' && needs.build-info.outputs.default-branch == 'main'
523524
steps:
524525
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"

airflow/providers/airbyte/CHANGELOG.rst

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

22+
2.0.0
23+
.....
24+
25+
Breaking changes
26+
~~~~~~~~~~~~~~~~
27+
28+
* ``Auto-apply apply_default decorator (#15667)``
29+
30+
Features
31+
~~~~~~~~
32+
33+
* ``Add test_connection method to Airbyte hook (#16236)``
34+
* ``Add missing docstring params (#15741)``
35+
36+
Bug Fixes
37+
~~~~~~~~~
38+
39+
* ``Fix hooks extended from http hook (#16109)``
40+
2241
1.0.0
2342
.....
2443

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.0.0
2526
- 1.0.0
2627

2728
integrations:

airflow/providers/amazon/CHANGELOG.rst

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

22+
2.0.0
23+
.....
24+
25+
Breaking changes
26+
~~~~~~~~~~~~~~~~
27+
28+
* ``Auto-apply apply_default decorator (#15667)``
29+
30+
Features
31+
~~~~~~~~
32+
33+
* ``Add Connection Documentation for the Hive Provider (#15704)``
34+
* ``CloudwatchTaskHandler reads timestamp from Cloudwatch events (#15173)``
35+
* ``remove retry for now (#16150)``
36+
* ``Remove the 'not-allow-trailing-slash' rule on S3_hook (#15609)``
37+
38+
Bug Fixes
39+
~~~~~~~~~
40+
41+
* ``Fix S3 Select payload join (#16189)``
42+
* ``Fix spacing in 'AwsBatchWaitersHook' docstring (#15839)``
43+
* ``Fix spelling (#15699)``
44+
* ``MongoToS3Operator failed when running with a single query (not aggregate pipeline) (#15680)``
45+
46+
.. Below changes are excluded from the changelog. Move them to
47+
appropriate section above if needed. Do not delete the lines(!):
48+
* ``Check synctatic correctness for code-snippets (#16005)``
49+
* ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
50+
* ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)``
51+
* ``Docs: Replace 'airflow' to 'apache-airflow' to install extra (#15628)``
52+
2253
1.4.0
2354
.....
2455

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.0.0
2526
- 1.4.0
2627
- 1.3.0
2728
- 1.2.0

airflow/providers/apache/beam/CHANGELOG.rst

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

22+
3.0.0
23+
.....
24+
25+
Breaking changes
26+
~~~~~~~~~~~~~~~~
27+
28+
* ``Auto-apply apply_default decorator (#15667)``
29+
30+
.. Below changes are excluded from the changelog. Move them to
31+
appropriate section above if needed. Do not delete the lines(!):
32+
* ``Rename the main branch of the Airflow repo to be main (#16149)``
33+
* ``Check synctatic correctness for code-snippets (#16005)``
34+
* ``Rename example bucket names to use INVALID BUCKET NAME by default (#15651)``
35+
2236
2.0.0
2337
.....
2438

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.0
2526
- 2.0.0
2627
- 1.0.1
2728
- 1.0.0

airflow/providers/apache/cassandra/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+
2.0.0
23+
.....
24+
25+
Breaking changes
26+
~~~~~~~~~~~~~~~~
27+
28+
* ``Auto-apply apply_default decorator (#15667)``
29+
30+
.. Below changes are excluded from the changelog. Move them to
31+
appropriate section above if needed. Do not delete the lines(!):
32+
* ``Adds interactivity when generating provider documentation. (#15518)``
33+
* ``Prepares provider release after PIP 21 compatibility (#15576)``
34+
* ``Remove Backport Providers (#14886)``
35+
* ``Update documentation for broken package releases (#14734)``
36+
2237
1.0.1
2338
.....
2439

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.0
2526
- 1.0.1
2627
- 1.0.0
2728

airflow/providers/apache/druid/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+
2.0.0
23+
.....
24+
25+
Breaking changes
26+
~~~~~~~~~~~~~~~~
27+
28+
* ``Auto-apply apply_default decorator (#15667)``
29+
30+
.. Below changes are excluded from the changelog. Move them to
31+
appropriate section above if needed. Do not delete the lines(!):
32+
* ``Bump pyupgrade v2.13.0 to v2.18.1 (#15991)``
33+
* ``Adds interactivity when generating provider documentation. (#15518)``
34+
* ``Fix string concatenation using 'f-strings' (#15200)``
35+
* ``Prepares provider release after PIP 21 compatibility (#15576)``
36+
* ``Remove Backport Providers (#14886)``
37+
2238
1.1.0
2339
.....
2440

0 commit comments

Comments
 (0)