Skip to content

Commit

Permalink
Add documentation for Feb Providers release (#22056)
Browse files Browse the repository at this point in the history
This provider's release is pretty special as we release
all providers with Python 3.10 support.
  • Loading branch information
potiuk committed Mar 7, 2022
1 parent 6126c4e commit f5b9631
Show file tree
Hide file tree
Showing 291 changed files with 10,318 additions and 7,729 deletions.
23 changes: 23 additions & 0 deletions airflow/providers/airbyte/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,29 @@
Changelog
---------

2.1.2
.....

Misc
~~~~

* ``Support for Python 3.10``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix template_fields type to have MyPy friendly Sequence type (#20571)``
* ``Fix mypy airbyte provider errors (#20271)``
* ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``
* ``Fix K8S changelog to be PyPI-compatible (#20614)``
* ``Add documentation for January 2021 providers release (#21257)``
* ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
* ``Update documentation for provider December 2021 release (#20523)``
* ``Use typed Context EVERYWHERE (#20565)``
* ``Update documentation for November 2021 provider's release (#19882)``
* ``Prepare documentation for October Provider's release (#19321)``
* ``Update documentation for September providers release (#18613)``
* ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)``
2.1.1
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/airbyte/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Airbyte <https://airbyte.io/>`__
versions:
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
Expand Down
31 changes: 31 additions & 0 deletions airflow/providers/alibaba/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,37 @@
Changelog
---------

1.0.1
.....

Misc
~~~~

* ``Support for Python 3.10``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add documentation for January 2021 providers release (#21257)``
* ``Adding missing init file in example_dags directory (#18019)``
* ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``
* ``Fix K8S changelog to be PyPI-compatible (#20614)``
* ``Fix template_fields type to have MyPy friendly Sequence type (#20571)``
* ``Fix MyPy Errors for Alibaba provider. (#20393)``
* ``Fix cached_property MyPy declaration and related MyPy errors (#20226)``
* ``Fixup string concatenations (#19099)``
* ``Remove a few stray ':type's in docs (#21014)``
* ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
* ``Remove all "fake" stub files (#20936)``
* ``Explain stub files are introduced for Mypy errors in examples (#20827)``
* ``Update documentation for provider December 2021 release (#20523)``
* ``Use typed Context EVERYWHERE (#20565)``
* ``Use isort on pyi files (#20556)``
* ``Reinstate 'region' to 'default_args' for Alibaba example DAGs (#20423)``
* ``Update documentation for November 2021 provider's release (#19882)``
* ``Prepare documentation for October Provider's release (#19321)``
* ``Update documentation for September providers release (#18613)``
* ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)``
1.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/alibaba/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com//>`__).
versions:
- 1.0.1
- 1.0.0

additional-dependencies:
Expand Down
48 changes: 48 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,54 @@
Changelog
---------

3.1.0
.....


Features
~~~~~~~~

* ``Added AWS RDS sensors (#21231)``
* ``Added AWS RDS operators (#20907)``
* ``Add RedshiftDataHook (#19137)``
* ``Feature: Add invoke lambda function operator (#21686)``
* ``Add JSON output on SqlToS3Operator (#21779)``
* ``Add SageMakerDeleteModelOperator (#21673)``
* ``Added Hook for Amazon RDS. Added 'boto3_stub' library for autocomplete. (#20642)``
* ``Added SNS example DAG and rst (#21475)``
* ``retry on very specific eni provision failures (#22002)``
* ``Configurable AWS Session Factory (#21778)``
* ``S3KeySensor to use S3Hook url parser (#21500)``
* ``Get log events after sleep to get all logs (#21574)``
* ``Use temporary file in GCSToS3Operator (#21295)``

Bug Fixes
~~~~~~~~~

* ``Fix the Type Hints in ''RedshiftSQLOperator'' (#21885)``
* ``Bug Fix - S3DeleteObjectsOperator will try and delete all keys (#21458)``
* ``Fix Amazon SES emailer signature (#21681)``
* ``Fix EcsOperatorError, so it can be loaded from a picklefile (#21441)``

Misc
~~~~

* ``Support for Python 3.10``
* ``[doc] Improve s3 operator example by adding task upload_keys (#21422)``
* ``Add docs and sample dags for AWS Batch (#22010)``
* ``Cleanup RedshiftSQLOperator documentation (#21976)``
* ``Move S3ToRedshiftOperator documentation to transfer dir (#21975)``
* ``Rename 'S3' hook name to 'Amazon S3' (#21988)``
* ``Update ECS sample DAG and Docs to new standards (#21828)``
* ``Update EKS sample DAGs and docs (#21523)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Change BaseOperatorLink interface to take a ti_key, not a datetime (#21798)``
* ``Add pre-commit check for docstring param types (#21398)``
* ``Resolve mypy issue in athena example dag (#22020)``
3.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
versions:
- 3.1.0
- 3.0.0
- 2.6.0
- 2.5.0
Expand Down
30 changes: 30 additions & 0 deletions airflow/providers/apache/beam/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,36 @@
Changelog
---------

3.2.0
.....

Features
~~~~~~~~

* ``Add support for BeamGoPipelineOperator (#20386)``

Misc
~~~~

* ``Support for Python 3.10``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``
* ``Fix mypy apache beam operators (#20610)``
* ``Fix K8S changelog to be PyPI-compatible (#20614)``
* ``Fix template_fields type to have MyPy friendly Sequence type (#20571)``
* ``Fix MyPy Errors for Apache Beam (and Dataflow) provider. (#20301)``
* ``Fix broken anchors markdown files (#19847)``
* ``Add documentation for January 2021 providers release (#21257)``
* ``Dataflow Assets (#21639)``
* ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
* ``Update documentation for provider December 2021 release (#20523)``
* ``Use typed Context EVERYWHERE (#20565)``
* ``Update documentation for November 2021 provider's release (#19882)``
* ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)``
3.1.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/beam/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Beam <https://beam.apache.org/>`__.
versions:
- 3.2.0
- 3.1.0
- 3.0.1
- 3.0.0
Expand Down
23 changes: 23 additions & 0 deletions airflow/providers/apache/cassandra/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,29 @@
Changelog
---------

2.1.1
.....

Misc
~~~~

* ``Support for Python 3.10``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``
* ``Fix K8S changelog to be PyPI-compatible (#20614)``
* ``Fix template_fields type to have MyPy friendly Sequence type (#20571)``
* ``Fix static checks for isort failing in stub files (#20568)``
* ``Fix MyPy errors in Apache Providers (#20422)``
* ``Add documentation for January 2021 providers release (#21257)``
* ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
* ``Remove all "fake" stub files (#20936)``
* ``Explain stub files are introduced for Mypy errors in examples (#20827)``
* ``Update documentation for provider December 2021 release (#20523)``
* ``Update documentation for November 2021 provider's release (#19882)``
* ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)``
2.1.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/cassandra/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Cassandra <http://cassandra.apache.org/>`__.
versions:
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
Expand Down
23 changes: 23 additions & 0 deletions airflow/providers/apache/drill/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,29 @@
Changelog
---------

1.0.2
.....

Misc
~~~~

* ``Support for Python 3.10``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``
* ``Fix K8S changelog to be PyPI-compatible (#20614)``
* ``Fix mypy errors in apache/drill/operators and /apache/pig/operators (#20597)``
* ``Fix template_fields type to have MyPy friendly Sequence type (#20571)``
* ``Fix MyPy Errors for Apache Drill provider. (#20268)``
* ``Add documentation for January 2021 providers release (#21257)``
* ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
* ``Update documentation for provider December 2021 release (#20523)``
* ``Even more typing in operators (template_fields/ext) (#20608)``
* ``Use typed Context EVERYWHERE (#20565)``
* ``Update documentation for November 2021 provider's release (#19882)``
* ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)``
1.0.1
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/drill/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Drill <https://drill.apache.org/>`__.
versions:
- 1.0.2
- 1.0.1
- 1.0.0

Expand Down
11 changes: 11 additions & 0 deletions airflow/providers/apache/druid/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@
Changelog
---------

2.3.1
.....

Misc
~~~~

* ``Support for Python 3.10``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
2.3.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/druid/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Druid <https://druid.apache.org/>`__.
versions:
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.0
Expand Down
18 changes: 18 additions & 0 deletions airflow/providers/apache/hdfs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,24 @@
Changelog
---------

2.2.1
.....

Misc
~~~~

* ``Support for Python 3.10``
* ``Add how-to guide for WebHDFS operators (#21393)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix K8S changelog to be PyPI-compatible (#20614)``
* ``Fix template_fields type to have MyPy friendly Sequence type (#20571)``
* ``Fix MyPy errors in Apache Providers (#20422)``
* ``Add documentation for January 2021 providers release (#21257)``
* ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
* ``Update documentation for provider December 2021 release (#20523)``
2.2.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/hdfs/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ description: |
and `WebHDFS <https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__.
versions:
- 2.2.1
- 2.2.0
- 2.1.1
- 2.1.0
Expand Down
25 changes: 25 additions & 0 deletions airflow/providers/apache/hive/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,31 @@
Changelog
---------

2.3.0
.....

Features
~~~~~~~~

* ``Set larger limit get_partitions_by_filter in HiveMetastoreHook (#21504)``

Bug Fixes
~~~~~~~~~

* ``Fix Python 3.9 support in Hive (#21893)``
* ``Fix key typo in 'template_fields_renderers' for 'HiveOperator' (#21525)``

Misc
~~~~

* ``Support for Python 3.10``
* ``Add how-to guide for hive operator (#21590)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix mypy issues in 'example_twitter_dag' (#21571)``
* ``Remove unnecessary/stale comments (#21572)``
2.2.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/hive/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Hive <https://hive.apache.org/>`__
versions:
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.3
Expand Down
26 changes: 26 additions & 0 deletions airflow/providers/apache/kylin/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,32 @@
Changelog
---------

2.0.2
.....

Misc
~~~~

* ``Support for Python 3.10``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix Mypy errors in Kylin example (#21589)``
* ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``
* ``Fix K8S changelog to be PyPI-compatible (#20614)``
* ``Fix mypy apache kylin operators (#20595)``
* ``Fix template_fields type to have MyPy friendly Sequence type (#20571)``
* ``Add documentation for January 2021 providers release (#21257)``
* ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
* ``Update documentation for provider December 2021 release (#20523)``
* ``Use typed Context EVERYWHERE (#20565)``
* ``Update documentation for November 2021 provider's release (#19882)``
* ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)``
* ``Prepare documentation for October Provider's release (#19321)``
* ``More f-strings (#18855)``
* ``Update documentation for September providers release (#18613)``
* ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)``
2.0.1
.....

Expand Down

0 comments on commit f5b9631

Please sign in to comment.