Skip to content

Commit

Permalink
Updated docs for RC3 wave of providers (#27937)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Nov 26, 2022
1 parent db5375b commit 25bdbc8
Show file tree
Hide file tree
Showing 54 changed files with 186 additions and 57 deletions.
3 changes: 2 additions & 1 deletion airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Features

* ``Use Boto waiters instead of customer _await_status method for RDS Operators (#27410)``
* ``Handle transient state errors in 'RedshiftResumeClusterOperator' and 'RedshiftPauseClusterOperator' (#27276)``
* ``Add retry option in RedshiftDeleteClusterOperator to retry when an operation is running in the cluster (#27820)``

Bug Fixes
~~~~~~~~~
Expand All @@ -42,7 +43,7 @@ Bug Fixes
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``System Test for EMR (AIP-47) (#27286)``
* ``Prepare for follow-up release for November providers (#27774)``
6.1.0
.....
Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/apache/drill/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Bug Fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
2.3.0
.....

Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/apache/druid/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Bug Fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
3.3.0
.....

Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/apache/hive/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Bug Fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
4.1.0
.....

Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/apache/pinot/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Bug Fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
4.0.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/asana/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ connection to replace ``extra__asana__workspace`` with ``workspace`` etc.
* ``Update docs for September Provider's release (#26731)``
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
* ``pRepare docs for November 2022 wave of Providers (#27613)``
* ``Prepare for follow-up release for November providers (#27774)``
2.0.1
.....
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c7399c7190750ba705b8255b7a92de2554e6eef3
2e20e9f7ebf5f43bf27069f4c0063cdd72e6b2e2
5 changes: 5 additions & 0 deletions airflow/providers/common/sql/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ Bug Fixes
* ``Restore removed (but used) methods in common.sql (#27843)``
* ``Fix errors in Databricks SQL operator introduced when refactoring (#27854)``
* ``Bump common.sql provider to 1.3.1 (#27888)``
* ``Fixing the behaviours of SQL Hooks and Operators finally (#27912)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
1.3.0
.....
Expand Down
5 changes: 5 additions & 0 deletions airflow/providers/databricks/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,13 @@ Bug Fixes
~~~~~~~~~

* ``Fix templating fields and do_xcom_push in DatabricksSQLOperator (#27868)``
* ``Fixing the behaviours of SQL Hooks and Operators finally (#27912)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
3.4.0
.....

Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/elasticsearch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Bug Fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
4.3.0
.....

Expand Down
5 changes: 5 additions & 0 deletions airflow/providers/exasol/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ Bug Fixes

* ``Fix errors in Databricks SQL operator introduced when refactoring (#27854)``
* ``Bump common.sql provider to 1.3.1 (#27888)``
* ``Fixing the behaviours of SQL Hooks and Operators finally (#27912)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
4.1.0
.....
Expand Down
5 changes: 5 additions & 0 deletions airflow/providers/google/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,18 @@ Features

* ``Persist DataprocLink for workflow operators regardless of job status (#26986)``
* ``Deferrable mode for BigQueryToGCSOperator (#27683)``
* ``Add Export Format to Template Fields in BigQueryToGCSOperator (#27910)``

Bug Fixes
~~~~~~~~~

* ``Fix to read location parameter properly in BigQueryToBigQueryOperator (#27661)``
* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
8.5.0
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/grpc/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
06acf40a4337759797f666d5bb27a5a393b74fed
2e20e9f7ebf5f43bf27069f4c0063cdd72e6b2e2
1 change: 1 addition & 0 deletions airflow/providers/jdbc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Bug Fixes
* ``Update old style typing (#26872)``
* ``Enable string normalization in python formatting - providers (#27205)``
* ``pRepare docs for November 2022 wave of Providers (#27613)``
* ``Prepare for follow-up release for November providers (#27774)``
3.2.1
.....
Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/microsoft/mssql/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Bug Fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
3.3.0
.....

Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/mysql/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Bug fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
3.3.0
.....

Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/neo4j/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Bug Fixes

* ``Fix typing problem revealed after recent Neo4J release (#27759)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
3.2.0
.....

Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/odbc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Bug Fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
3.2.0
.....

Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/oracle/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Bug Fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
3.5.0
.....

Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/postgres/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Bug Fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
5.3.0
.....

Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/presto/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Bug Fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
4.1.0
.....

Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/qubole/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Bug Fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
3.3.0
.....

Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/slack/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Bug Fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
7.0.0
.....

Expand Down
5 changes: 5 additions & 0 deletions airflow/providers/snowflake/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ Bug Fixes

* ``Fix errors in Databricks SQL operator introduced when refactoring (#27854)``
* ``Bump common.sql provider to 1.3.1 (#27888)``
* ``Fixing the behaviours of SQL Hooks and Operators finally (#27912)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
4.0.0
.....
Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/sqlite/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Bug Fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
3.3.0
.....

Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/trino/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Bug Fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
4.2.0
.....

Expand Down
4 changes: 4 additions & 0 deletions airflow/providers/vertica/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Bug Fixes

* ``Bump common.sql provider to 1.3.1 (#27888)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare for follow-up release for November providers (#27774)``
3.3.0
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/yandex/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Misc
* ``Update docs for September Provider's release (#26731)``
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
* ``pRepare docs for November 2022 wave of Providers (#27613)``
* ``Prepare for follow-up release for November providers (#27774)``
3.1.0
.....
Expand Down
10 changes: 6 additions & 4 deletions docs/apache-airflow-providers-amazon/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,19 @@ For high-level changelog, see :doc:`package information including changelog <ind
6.2.0
.....

Latest change: 2022-11-24
Latest change: 2022-11-26

================================================================================================= =========== ================================================================================================================
================================================================================================= =========== ===================================================================================================================
Commit Committed Subject
================================================================================================= =========== ================================================================================================================
================================================================================================= =========== ===================================================================================================================
`2ab5c1fdf0 <https://github.com/apache/airflow/commit/2ab5c1fdf045f928148931ffddff094374e57173>`_ 2022-11-26 ``Add retry option in RedshiftDeleteClusterOperator to retry when an operation is running in the cluster (#27820)``
`2e20e9f7eb <https://github.com/apache/airflow/commit/2e20e9f7ebf5f43bf27069f4c0063cdd72e6b2e2>`_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
`80c327bd3b <https://github.com/apache/airflow/commit/80c327bd3b45807ff2e38d532325bccd6fe0ede0>`_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
`336e065e6a <https://github.com/apache/airflow/commit/336e065e6ae497689ea8e198032257fcd7b44e4f>`_ 2022-11-23 ``Correct job name matching in SagemakerProcessingOperator (#27634)``
`239440df23 <https://github.com/apache/airflow/commit/239440df23210355dc02f71b6c5aea7734651055>`_ 2022-11-17 ``System Test for EMR (AIP-47) (#27286)``
`2bba98f109 <https://github.com/apache/airflow/commit/2bba98f109cc7737f4293a195e03a0cc21a624cb>`_ 2022-11-17 ``Use Boto waiters instead of customer _await_status method for RDS Operators (#27410)``
`2063e141e4 <https://github.com/apache/airflow/commit/2063e141e445d2567149154cdf90955a941e45b4>`_ 2022-11-17 ``Handle transient state errors in 'RedshiftResumeClusterOperator' and 'RedshiftPauseClusterOperator' (#27276)``
================================================================================================= =========== ================================================================================================================
================================================================================================= =========== ===================================================================================================================

6.1.0
.....
Expand Down
7 changes: 4 additions & 3 deletions docs/apache-airflow-providers-apache-drill/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ For high-level changelog, see :doc:`package information including changelog <ind

Latest change: 2022-11-24

================================================================================================= =========== ==============================================
================================================================================================= =========== ================================================================
Commit Committed Subject
================================================================================================= =========== ==============================================
================================================================================================= =========== ================================================================
`2e20e9f7eb <https://github.com/apache/airflow/commit/2e20e9f7ebf5f43bf27069f4c0063cdd72e6b2e2>`_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
`80c327bd3b <https://github.com/apache/airflow/commit/80c327bd3b45807ff2e38d532325bccd6fe0ede0>`_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
================================================================================================= =========== ==============================================
================================================================================================= =========== ================================================================

2.3.0
.....
Expand Down
7 changes: 4 additions & 3 deletions docs/apache-airflow-providers-apache-druid/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ For high-level changelog, see :doc:`package information including changelog <ind

Latest change: 2022-11-24

================================================================================================= =========== ==============================================
================================================================================================= =========== ================================================================
Commit Committed Subject
================================================================================================= =========== ==============================================
================================================================================================= =========== ================================================================
`2e20e9f7eb <https://github.com/apache/airflow/commit/2e20e9f7ebf5f43bf27069f4c0063cdd72e6b2e2>`_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
`80c327bd3b <https://github.com/apache/airflow/commit/80c327bd3b45807ff2e38d532325bccd6fe0ede0>`_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
================================================================================================= =========== ==============================================
================================================================================================= =========== ================================================================

3.3.0
.....
Expand Down
7 changes: 4 additions & 3 deletions docs/apache-airflow-providers-apache-hive/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ For high-level changelog, see :doc:`package information including changelog <ind

Latest change: 2022-11-24

================================================================================================= =========== ==============================================
================================================================================================= =========== ================================================================
Commit Committed Subject
================================================================================================= =========== ==============================================
================================================================================================= =========== ================================================================
`2e20e9f7eb <https://github.com/apache/airflow/commit/2e20e9f7ebf5f43bf27069f4c0063cdd72e6b2e2>`_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
`80c327bd3b <https://github.com/apache/airflow/commit/80c327bd3b45807ff2e38d532325bccd6fe0ede0>`_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
================================================================================================= =========== ==============================================
================================================================================================= =========== ================================================================

4.1.0
.....
Expand Down
7 changes: 4 additions & 3 deletions docs/apache-airflow-providers-apache-pinot/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ For high-level changelog, see :doc:`package information including changelog <ind

Latest change: 2022-11-24

================================================================================================= =========== ==============================================
================================================================================================= =========== ================================================================
Commit Committed Subject
================================================================================================= =========== ==============================================
================================================================================================= =========== ================================================================
`2e20e9f7eb <https://github.com/apache/airflow/commit/2e20e9f7ebf5f43bf27069f4c0063cdd72e6b2e2>`_ 2022-11-24 ``Prepare for follow-up relase for November providers (#27774)``
`80c327bd3b <https://github.com/apache/airflow/commit/80c327bd3b45807ff2e38d532325bccd6fe0ede0>`_ 2022-11-24 ``Bump common.sql provider to 1.3.1 (#27888)``
================================================================================================= =========== ==============================================
================================================================================================= =========== ================================================================

4.0.0
.....
Expand Down

0 comments on commit 25bdbc8

Please sign in to comment.