Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for RC3 release of providers for Jan 2022 #21553

Merged
merged 1 commit into from
Feb 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6184facbaa6c654d15d493b9de918e7ee74b3cce
602abe8394fafe7de54df7e73af56de848cdf617
26 changes: 26 additions & 0 deletions airflow/providers/elasticsearch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,32 @@
Changelog
---------

2.2.0
.....

Features
~~~~~~~~

* ``Emit "logs not found" message when ES logs appear to be missing (#21261)``
* ``Use compat data interval shim in log handlers (#21289)``

Misc
~~~~

* ``Clarify ElasticsearchTaskHandler docstring (#21255)``

.. 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 for providers: elasticsearch, oracle, yandex (#20344)``
* ``Fix duplicate changelog entries (#19759)``
* ``Add pre-commit check for docstring param types (#21398)``
* ``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)``
* ``Update documentation for November 2021 provider's release (#19882)``

2.1.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/elasticsearch/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Elasticsearch <https://www.elastic.co/elasticsearch>`__

versions:
- 2.2.0
- 2.1.0
- 2.0.3
- 2.0.2
Expand Down
8 changes: 8 additions & 0 deletions airflow/providers/google/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Features
* ``Add more SQL template fields renderers (#21237)``
* ``Create CustomJob and Datasets operators for Vertex AI service (#21253)``
* ``Support to upload file to Google Shared Drive (#21319)``
* ``(providers_google) add a location check in bigquery (#19571)``
* ``Add support for BeamGoPipelineOperator (#20386)``
* ``Google Cloud Composer opearators (#21251)``
* ``Enable asynchronous job submission in BigQuery hook (#21385)``
* ``Optionally raise an error if source file does not exist in GCSToGCSOperator (#21391)``

Bug Fixes
~~~~~~~~~
Expand All @@ -56,6 +61,9 @@ Misc
* ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
* ``Fix BigQuery system test (#21320)``
* ``Add documentation for January 2021 providers release (#21257)``
* ``Never set DagRun.state to State.NONE (#21263)``
* ``Add pre-commit check for docstring param types (#21398)``
* ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``

6.3.0
.....
Expand Down
2 changes: 2 additions & 0 deletions airflow/providers/oracle/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Features

* ``Add more SQL template fields renderers (#21237)``
* ``[Oracle] Oracle Hook - automatically set current_schema when defined in Connection (#19084)``
* ``improved backwards compatibility (#21524)``

Bug Fixes
~~~~~~~~~
Expand All @@ -37,6 +38,7 @@ Bug Fixes
appropriate section above if needed. Do not delete the lines(!):
* ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
* ``Add documentation for January 2021 providers release (#21257)``
* ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``

2.1.0
.....
Expand Down
25 changes: 24 additions & 1 deletion docs/apache-airflow-providers-elasticsearch/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,37 @@ For high-level changelog, see :doc:`package information including changelog <ind



2.2.0
.....

Latest change: 2022-02-12

================================================================================================ =========== ============================================================================
Commit Committed Subject
================================================================================================ =========== ============================================================================
`44bd211b1 <https://github.com/apache/airflow/commit/44bd211b19dcb75eeb53ced5bea2cf0c80654b1a>`_ 2022-02-12 ``Use compat data interval shim in log handlers (#21289)``
`0a3ff43d4 <https://github.com/apache/airflow/commit/0a3ff43d41d33d05fb3996e61785919effa9a2fa>`_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)``
`d94fa3783 <https://github.com/apache/airflow/commit/d94fa378305957358b910cfb1fe7cb14bc793804>`_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``
`6184facba <https://github.com/apache/airflow/commit/6184facbaa6c654d15d493b9de918e7ee74b3cce>`_ 2022-02-07 ``Emit "logs not found" message when ES logs appear to be missing (#21261)``
`d8c4449a9 <https://github.com/apache/airflow/commit/d8c4449a91b9b93691c03e1af45bdedc5e23fd5e>`_ 2022-02-06 ``Clarify ElasticsearchTaskHandler docstring (#21255)``
`6c3a67d4f <https://github.com/apache/airflow/commit/6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038>`_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)``
`602abe839 <https://github.com/apache/airflow/commit/602abe8394fafe7de54df7e73af56de848cdf617>`_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
`f77417eb0 <https://github.com/apache/airflow/commit/f77417eb0d3f12e4849d80645325c02a48829278>`_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)``
`97496ba2b <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)``
`6e51608f2 <https://github.com/apache/airflow/commit/6e51608f28f4c769c019624ea0caaa0c6e671f80>`_ 2021-12-16 ``Fix mypy for providers: elasticsearch, oracle, yandex (#20344)``
`853576d90 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)``
`fe682ec3d <https://github.com/apache/airflow/commit/fe682ec3d376f0983410d64beb4f3529fb7b0f99>`_ 2021-11-24 ``Fix duplicate changelog entries (#19759)``
================================================================================================ =========== ============================================================================

2.1.0
.....

Latest change: 2021-09-30
Latest change: 2021-10-29

================================================================================================ =========== ===========================================================================
Commit Committed Subject
================================================================================================ =========== ===========================================================================
`d9567eb10 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)``
`840ea3efb <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)``
`de9b02f79 <https://github.com/apache/airflow/commit/de9b02f797931efbd081996b4f81ba14ca76a17d>`_ 2021-09-28 ``Updating the Elasticsearch example DAG to use the TaskFlow API (#18565)``
`060345c0d <https://github.com/apache/airflow/commit/060345c0d982765e39da5fa8b2e2c6a01e89e394>`_ 2021-09-21 ``Add docs for AIP 39: Timetables (#17552)``
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-elasticsearch/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Package apache-airflow-providers-elasticsearch
`Elasticsearch <https://www.elastic.co/elasticsearch>`__


Release: 2.1.0
Release: 2.2.0

Provider package
----------------
Expand Down
11 changes: 10 additions & 1 deletion docs/apache-airflow-providers-google/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,20 @@ For high-level changelog, see :doc:`package information including changelog <ind
6.4.0
.....

Latest change: 2022-02-08
Latest change: 2022-02-13

================================================================================================ =========== ============================================================================================
Commit Committed Subject
================================================================================================ =========== ============================================================================================
`6bb0857df <https://github.com/apache/airflow/commit/6bb0857df94c0f959e7ebe421a00b942fd60b199>`_ 2022-02-13 ``(providers_google) add a location check in bigquery (#19571)``
`6579648af <https://github.com/apache/airflow/commit/6579648af2a21aa01cb93f051d091569a03c04a4>`_ 2022-02-13 ``Fix bigquery-hook when no engine_kwargs are passed``
`da485da29 <https://github.com/apache/airflow/commit/da485da29a06ecdda720a7ba75f04a2680aac0a2>`_ 2022-02-13 ``Add support for BeamGoPipelineOperator (#20386)``
`05a883b35 <https://github.com/apache/airflow/commit/05a883b35e34853ec9326bd579551a8e161d6cdc>`_ 2022-02-11 ``Google Cloud Composer opearators (#21251)``
`833087f4f <https://github.com/apache/airflow/commit/833087f4f9e86ee063d6a754593d80e9e5cd4100>`_ 2022-02-10 ``Enable asynchronous job submission in BigQuery hook (#21385)``
`51aff276c <https://github.com/apache/airflow/commit/51aff276ca4a33ee70326dd9eea6fba59f1463a3>`_ 2022-02-10 ``Optionally raise an error if source file does not exist in GCSToGCSOperator (#21391)``
`07fe9e8c6 <https://github.com/apache/airflow/commit/07fe9e8c6acf8826ac1dcaf2ad8c94297a0f0c24>`_ 2022-02-09 ``Never set DagRun.state to State.NONE (#21263)``
`0a3ff43d4 <https://github.com/apache/airflow/commit/0a3ff43d41d33d05fb3996e61785919effa9a2fa>`_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)``
`d94fa3783 <https://github.com/apache/airflow/commit/d94fa378305957358b910cfb1fe7cb14bc793804>`_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``
`e97374020 <https://github.com/apache/airflow/commit/e9737402081aa9c9bac748de1d75b387b3b8da42>`_ 2022-02-08 ``Create CustomJob and Datasets operators for Vertex AI service (#21253)``
`34d63fabc <https://github.com/apache/airflow/commit/34d63fabc0f2a85df38a78a89f9929e110951d11>`_ 2022-02-08 ``Fix BigQueryDataTransferServiceHook.get_transfer_run() request parameter (#21293)``
`6b88d432d <https://github.com/apache/airflow/commit/6b88d432d959df73433528fe3d62194239f13edd>`_ 2022-02-06 ``Support to upload file to Google Shared Drive (#21319)``
Expand Down
1 change: 1 addition & 0 deletions docs/apache-airflow-providers-google/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ PIP package Version required
``google-cloud-logging`` ``>=2.1.1,<3.0.0``
``google-cloud-memcache`` ``>=0.2.0,<1.1.0``
``google-cloud-monitoring`` ``>=2.0.0,<3.0.0``
``google-cloud-orchestration-airflow`` ``>=1.0.0,<2.0.0``
``google-cloud-os-login`` ``>=2.0.0,<3.0.0``
``google-cloud-pubsub`` ``>=2.0.0,<3.0.0``
``google-cloud-redis`` ``>=2.0.0,<3.0.0``
Expand Down
4 changes: 3 additions & 1 deletion docs/apache-airflow-providers-oracle/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
2.2.0
.....

Latest change: 2022-02-07
Latest change: 2022-02-11

================================================================================================ =========== ===============================================================================================
Commit Committed Subject
================================================================================================ =========== ===============================================================================================
`d72098f6d <https://github.com/apache/airflow/commit/d72098f6d811165225ebee4086969510861a544f>`_ 2022-02-11 ``improved backwards compatibility (#21524)``
`d94fa3783 <https://github.com/apache/airflow/commit/d94fa378305957358b910cfb1fe7cb14bc793804>`_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``
`471e368ea <https://github.com/apache/airflow/commit/471e368eacbcae1eedf9b7e1cb4290c385396ea9>`_ 2022-02-07 ``[Oracle] Oracle Hook - automatically set current_schema when defined in Connection (#19084)``
`6c3a67d4f <https://github.com/apache/airflow/commit/6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038>`_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)``
`39e395f98 <https://github.com/apache/airflow/commit/39e395f9816c04ef2f033eb0b4f635fc3018d803>`_ 2022-02-04 ``Add more SQL template fields renderers (#21237)``
Expand Down