Skip to content

Commit 25bdbc8

Browse files
authored
Updated docs for RC3 wave of providers (#27937)
1 parent db5375b commit 25bdbc8

54 files changed

Lines changed: 186 additions & 57 deletions

File tree

Some content is hidden

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

airflow/providers/amazon/CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Features
3232

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

3637
Bug Fixes
3738
~~~~~~~~~
@@ -42,7 +43,7 @@ Bug Fixes
4243
.. Below changes are excluded from the changelog. Move them to
4344
appropriate section above if needed. Do not delete the lines(!):
4445
* ``System Test for EMR (AIP-47) (#27286)``
45-
46+
* ``Prepare for follow-up release for November providers (#27774)``
4647
4748
6.1.0
4849
.....

airflow/providers/apache/drill/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Bug Fixes
3232

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

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

airflow/providers/apache/druid/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Bug Fixes
3232

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

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

airflow/providers/apache/hive/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Bug Fixes
3232

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

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

airflow/providers/apache/pinot/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Bug Fixes
3232

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

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

airflow/providers/asana/CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ connection to replace ``extra__asana__workspace`` with ``workspace`` etc.
4949
* ``Update docs for September Provider's release (#26731)``
5050
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
5151
* ``pRepare docs for November 2022 wave of Providers (#27613)``
52+
* ``Prepare for follow-up release for November providers (#27774)``
5253
5354
2.0.1
5455
.....
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c7399c7190750ba705b8255b7a92de2554e6eef3
1+
2e20e9f7ebf5f43bf27069f4c0063cdd72e6b2e2

airflow/providers/common/sql/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ Bug Fixes
4545
* ``Restore removed (but used) methods in common.sql (#27843)``
4646
* ``Fix errors in Databricks SQL operator introduced when refactoring (#27854)``
4747
* ``Bump common.sql provider to 1.3.1 (#27888)``
48+
* ``Fixing the behaviours of SQL Hooks and Operators finally (#27912)``
49+
50+
.. Below changes are excluded from the changelog. Move them to
51+
appropriate section above if needed. Do not delete the lines(!):
52+
* ``Prepare for follow-up release for November providers (#27774)``
4853
4954
1.3.0
5055
.....

airflow/providers/databricks/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,13 @@ Bug Fixes
5555
~~~~~~~~~
5656

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

5960

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

airflow/providers/elasticsearch/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Bug Fixes
3232

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

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

0 commit comments

Comments
 (0)