Skip to content

Commit 28378d8

Browse files
authored
Add documentation for RC3 release of providers for Jan 2022 (#21553)
1 parent 20bd2fc commit 28378d8

File tree

10 files changed

+77
-5
lines changed

10 files changed

+77
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6184facbaa6c654d15d493b9de918e7ee74b3cce
1+
602abe8394fafe7de54df7e73af56de848cdf617

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

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

22+
2.2.0
23+
.....
24+
25+
Features
26+
~~~~~~~~
27+
28+
* ``Emit "logs not found" message when ES logs appear to be missing (#21261)``
29+
* ``Use compat data interval shim in log handlers (#21289)``
30+
31+
Misc
32+
~~~~
33+
34+
* ``Clarify ElasticsearchTaskHandler docstring (#21255)``
35+
36+
.. Below changes are excluded from the changelog. Move them to
37+
appropriate section above if needed. Do not delete the lines(!):
38+
* ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``
39+
* ``Fix K8S changelog to be PyPI-compatible (#20614)``
40+
* ``Fix mypy for providers: elasticsearch, oracle, yandex (#20344)``
41+
* ``Fix duplicate changelog entries (#19759)``
42+
* ``Add pre-commit check for docstring param types (#21398)``
43+
* ``Add documentation for January 2021 providers release (#21257)``
44+
* ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)``
45+
* ``Update documentation for provider December 2021 release (#20523)``
46+
* ``Update documentation for November 2021 provider's release (#19882)``
47+
2248
2.1.0
2349
.....
2450

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
`Elasticsearch <https://www.elastic.co/elasticsearch>`__
2323
2424
versions:
25+
- 2.2.0
2526
- 2.1.0
2627
- 2.0.3
2728
- 2.0.2

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ Features
3131
* ``Add more SQL template fields renderers (#21237)``
3232
* ``Create CustomJob and Datasets operators for Vertex AI service (#21253)``
3333
* ``Support to upload file to Google Shared Drive (#21319)``
34+
* ``(providers_google) add a location check in bigquery (#19571)``
35+
* ``Add support for BeamGoPipelineOperator (#20386)``
36+
* ``Google Cloud Composer opearators (#21251)``
37+
* ``Enable asynchronous job submission in BigQuery hook (#21385)``
38+
* ``Optionally raise an error if source file does not exist in GCSToGCSOperator (#21391)``
3439

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Features
2727

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

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

β€Ždocs/apache-airflow-providers-elasticsearch/commits.rst

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,37 @@ For high-level changelog, see :doc:`package information including changelog <ind
2828

2929

3030

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

34-
Latest change: 2021-09-30
56+
Latest change: 2021-10-29
3557

3658
================================================================================================ =========== ===========================================================================
3759
Commit Committed Subject
3860
================================================================================================ =========== ===========================================================================
61+
`d9567eb10 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)``
3962
`840ea3efb <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)``
4063
`de9b02f79 <https://github.com/apache/airflow/commit/de9b02f797931efbd081996b4f81ba14ca76a17d>`_ 2021-09-28 ``Updating the Elasticsearch example DAG to use the TaskFlow API (#18565)``
4164
`060345c0d <https://github.com/apache/airflow/commit/060345c0d982765e39da5fa8b2e2c6a01e89e394>`_ 2021-09-21 ``Add docs for AIP 39: Timetables (#17552)``

β€Ždocs/apache-airflow-providers-elasticsearch/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Package apache-airflow-providers-elasticsearch
6464
`Elasticsearch <https://www.elastic.co/elasticsearch>`__
6565

6666

67-
Release: 2.1.0
67+
Release: 2.2.0
6868

6969
Provider package
7070
----------------

β€Ždocs/apache-airflow-providers-google/commits.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,20 @@ For high-level changelog, see :doc:`package information including changelog <ind
3838
6.4.0
3939
.....
4040

41-
Latest change: 2022-02-08
41+
Latest change: 2022-02-13
4242

4343
================================================================================================ =========== ============================================================================================
4444
Commit Committed Subject
4545
================================================================================================ =========== ============================================================================================
46+
`6bb0857df <https://github.com/apache/airflow/commit/6bb0857df94c0f959e7ebe421a00b942fd60b199>`_ 2022-02-13 ``(providers_google) add a location check in bigquery (#19571)``
47+
`6579648af <https://github.com/apache/airflow/commit/6579648af2a21aa01cb93f051d091569a03c04a4>`_ 2022-02-13 ``Fix bigquery-hook when no engine_kwargs are passed``
48+
`da485da29 <https://github.com/apache/airflow/commit/da485da29a06ecdda720a7ba75f04a2680aac0a2>`_ 2022-02-13 ``Add support for BeamGoPipelineOperator (#20386)``
49+
`05a883b35 <https://github.com/apache/airflow/commit/05a883b35e34853ec9326bd579551a8e161d6cdc>`_ 2022-02-11 ``Google Cloud Composer opearators (#21251)``
50+
`833087f4f <https://github.com/apache/airflow/commit/833087f4f9e86ee063d6a754593d80e9e5cd4100>`_ 2022-02-10 ``Enable asynchronous job submission in BigQuery hook (#21385)``
51+
`51aff276c <https://github.com/apache/airflow/commit/51aff276ca4a33ee70326dd9eea6fba59f1463a3>`_ 2022-02-10 ``Optionally raise an error if source file does not exist in GCSToGCSOperator (#21391)``
52+
`07fe9e8c6 <https://github.com/apache/airflow/commit/07fe9e8c6acf8826ac1dcaf2ad8c94297a0f0c24>`_ 2022-02-09 ``Never set DagRun.state to State.NONE (#21263)``
53+
`0a3ff43d4 <https://github.com/apache/airflow/commit/0a3ff43d41d33d05fb3996e61785919effa9a2fa>`_ 2022-02-08 ``Add pre-commit check for docstring param types (#21398)``
54+
`d94fa3783 <https://github.com/apache/airflow/commit/d94fa378305957358b910cfb1fe7cb14bc793804>`_ 2022-02-08 ``Fixed changelog for January 2022 (delayed) provider's release (#21439)``
4655
`e97374020 <https://github.com/apache/airflow/commit/e9737402081aa9c9bac748de1d75b387b3b8da42>`_ 2022-02-08 ``Create CustomJob and Datasets operators for Vertex AI service (#21253)``
4756
`34d63fabc <https://github.com/apache/airflow/commit/34d63fabc0f2a85df38a78a89f9929e110951d11>`_ 2022-02-08 ``Fix BigQueryDataTransferServiceHook.get_transfer_run() request parameter (#21293)``
4857
`6b88d432d <https://github.com/apache/airflow/commit/6b88d432d959df73433528fe3d62194239f13edd>`_ 2022-02-06 ``Support to upload file to Google Shared Drive (#21319)``

β€Ždocs/apache-airflow-providers-google/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ PIP package Version required
111111
``google-cloud-logging`` ``>=2.1.1,<3.0.0``
112112
``google-cloud-memcache`` ``>=0.2.0,<1.1.0``
113113
``google-cloud-monitoring`` ``>=2.0.0,<3.0.0``
114+
``google-cloud-orchestration-airflow`` ``>=1.0.0,<2.0.0``
114115
``google-cloud-os-login`` ``>=2.0.0,<3.0.0``
115116
``google-cloud-pubsub`` ``>=2.0.0,<3.0.0``
116117
``google-cloud-redis`` ``>=2.0.0,<3.0.0``

β€Ždocs/apache-airflow-providers-oracle/commits.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
3131
2.2.0
3232
.....
3333

34-
Latest change: 2022-02-07
34+
Latest change: 2022-02-11
3535

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

0 commit comments

Comments
 (0)