From 255b87c09393f71cdae505e2b4a6b28a7697e32f Mon Sep 17 00:00:00 2001
From: Elad Kalif <45845474+eladkal@users.noreply.github.com>
Date: Sun, 5 Feb 2023 21:00:16 +0200
Subject: [PATCH] Prepare docs for Feb 2023 wave of Providers
---
airflow/providers/amazon/CHANGELOG.rst | 36 +++++++++++++++++++
airflow/providers/amazon/provider.yaml | 1 +
airflow/providers/apache/beam/CHANGELOG.rst | 12 +++++++
airflow/providers/apache/beam/provider.yaml | 1 +
airflow/providers/apache/hive/CHANGELOG.rst | 13 +++++++
airflow/providers/apache/hive/provider.yaml | 1 +
airflow/providers/arangodb/CHANGELOG.rst | 8 +++++
airflow/providers/arangodb/provider.yaml | 1 +
.../providers/cncf/kubernetes/CHANGELOG.rst | 14 ++++++++
.../providers/cncf/kubernetes/provider.yaml | 1 +
airflow/providers/dbt/cloud/CHANGELOG.rst | 12 +++++++
airflow/providers/elasticsearch/CHANGELOG.rst | 13 +++++--
airflow/providers/elasticsearch/provider.yaml | 1 +
airflow/providers/ftp/CHANGELOG.rst | 11 ++++--
airflow/providers/ftp/provider.yaml | 1 +
airflow/providers/google/CHANGELOG.rst | 32 +++++++++++++++++
airflow/providers/google/provider.yaml | 1 +
.../providers/microsoft/azure/CHANGELOG.rst | 18 ++++++++++
.../providers/microsoft/azure/provider.yaml | 1 +
airflow/providers/mysql/CHANGELOG.rst | 13 +++++++
airflow/providers/mysql/provider.yaml | 1 +
airflow/providers/presto/CHANGELOG.rst | 8 +++++
airflow/providers/presto/provider.yaml | 1 +
airflow/providers/sftp/CHANGELOG.rst | 9 +++++
airflow/providers/sftp/provider.yaml | 1 +
.../slack/.latest-doc-only-change.txt | 2 +-
airflow/providers/snowflake/CHANGELOG.rst | 10 ++++++
airflow/providers/snowflake/provider.yaml | 1 +
airflow/providers/tableau/CHANGELOG.rst | 5 +++
airflow/providers/tableau/provider.yaml | 1 +
airflow/providers/trino/CHANGELOG.rst | 8 +++++
airflow/providers/trino/provider.yaml | 1 +
.../commits.rst | 31 +++++++++++++++-
.../apache-airflow-providers-amazon/index.rst | 6 ++--
.../commits.rst | 15 +++++++-
.../index.rst | 6 ++--
.../commits.rst | 16 ++++++++-
.../index.rst | 6 ++--
.../commits.rst | 14 +++++++-
.../index.rst | 2 +-
.../commits.rst | 22 +++++++++---
.../index.rst | 18 +++++-----
.../commits.rst | 21 ++++++++---
.../index.rst | 2 +-
.../commits.rst | 17 ++++++++-
.../index.rst | 8 +++--
.../commits.rst | 20 ++++++++---
.../index.rst | 6 ++--
docs/apache-airflow-providers-ftp/commits.rst | 20 ++++++++---
docs/apache-airflow-providers-ftp/index.rst | 2 +-
.../commits.rst | 30 +++++++++++++++-
.../apache-airflow-providers-google/index.rst | 9 ++---
.../commits.rst | 22 +++++++++---
.../index.rst | 6 ++--
.../commits.rst | 16 ++++++++-
docs/apache-airflow-providers-mysql/index.rst | 6 ++--
.../commits.rst | 14 +++++++-
.../apache-airflow-providers-presto/index.rst | 6 ++--
.../apache-airflow-providers-sftp/commits.rst | 15 +++++++-
docs/apache-airflow-providers-sftp/index.rst | 6 ++--
.../commits.rst | 13 +++++++
.../index.rst | 6 ++--
.../commits.rst | 14 +++++++-
.../index.rst | 2 +-
.../commits.rst | 14 +++++++-
docs/apache-airflow-providers-trino/index.rst | 6 ++--
66 files changed, 569 insertions(+), 87 deletions(-)
diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst
index 53fe491b85a93..0be1bbb389f38 100644
--- a/airflow/providers/amazon/CHANGELOG.rst
+++ b/airflow/providers/amazon/CHANGELOG.rst
@@ -24,6 +24,42 @@
Changelog
---------
+7.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add option to wait for completion on the EmrCreateJobFlowOperator (#28827)``
+* ``Add transfer operator S3 to (generic) SQL (#29085)``
+* ``add retries to stop_pipeline on conflict (#29077)``
+* ``Add log for AWS Glue Job Console URL (#28925)``
+* ``Enable individual trigger logging (#27758)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``fix: 'num_of_dpus' typehints- GlueJobHook/Operator (#29176)``
+* ``Fix typo in DataSyncHook boto3 methods for create location in NFS and EFS (#28948)``
+* ``Decrypt SecureString value obtained by SsmHook (#29142)``
+
+Misc
+~~~~
+
+* ``log the observed status in redshift sensor (#29274)``
+* ``Use thin/passthrough hook instead of one-liner hook method (#29252)``
+* ``Move imports in AWS SqlToS3Operator transfer to callable function (#29045)``
+* ``introduce base class for EKS sensors (#29053)``
+* ``introduce a method to convert dictionaries to boto-style key-value lists (#28816)``
+* ``Update provide_bucket_name() decorator to handle new conn_type (#28706)``
+* ``uniformize getting hook through cached property in aws sensors (#29001)``
+* ``Use boto3 intersphinx inventory in documentation/docstrings. (#28945)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``shorten other wait times in sys tests (#29254)``
+ * ``Fix false-positive spellcheck failure (#29190)``
+
7.1.0
.....
diff --git a/airflow/providers/amazon/provider.yaml b/airflow/providers/amazon/provider.yaml
index 4dbb1665ff349..031622e2fd51d 100644
--- a/airflow/providers/amazon/provider.yaml
+++ b/airflow/providers/amazon/provider.yaml
@@ -22,6 +22,7 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) `__).
versions:
+ - 7.2.0
- 7.1.0
- 7.0.0
- 6.2.0
diff --git a/airflow/providers/apache/beam/CHANGELOG.rst b/airflow/providers/apache/beam/CHANGELOG.rst
index 8bffa6c503b4d..61fc78a2448e0 100644
--- a/airflow/providers/apache/beam/CHANGELOG.rst
+++ b/airflow/providers/apache/beam/CHANGELOG.rst
@@ -24,6 +24,18 @@
Changelog
---------
+4.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add support for running a Beam Go pipeline with an executable binary (#28764)``
+
+Misc
+~~~~
+* ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)``
+
4.1.1
.....
diff --git a/airflow/providers/apache/beam/provider.yaml b/airflow/providers/apache/beam/provider.yaml
index 8e9c15dc24de4..43f4c4f2dc039 100644
--- a/airflow/providers/apache/beam/provider.yaml
+++ b/airflow/providers/apache/beam/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Apache Beam `__.
versions:
+ - 4.2.0
- 4.1.1
- 4.1.0
- 4.0.0
diff --git a/airflow/providers/apache/hive/CHANGELOG.rst b/airflow/providers/apache/hive/CHANGELOG.rst
index 84834504a4b40..5cb0eb8dd8858 100644
--- a/airflow/providers/apache/hive/CHANGELOG.rst
+++ b/airflow/providers/apache/hive/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+5.1.2
+.....
+
+Misc
+~~~~
+
+* ``Fixed MyPy errors introduced by new mysql-connector-python (#28995)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Revert "Remove conn.close() ignores (#29005)" (#29010)``
+ * ``Remove conn.close() ignores (#29005)``
+
5.1.1
.....
diff --git a/airflow/providers/apache/hive/provider.yaml b/airflow/providers/apache/hive/provider.yaml
index e6696f0675f97..7be8fdab40e28 100644
--- a/airflow/providers/apache/hive/provider.yaml
+++ b/airflow/providers/apache/hive/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Apache Hive `__
versions:
+ - 5.1.2
- 5.1.1
- 5.1.0
- 5.0.0
diff --git a/airflow/providers/arangodb/CHANGELOG.rst b/airflow/providers/arangodb/CHANGELOG.rst
index d6dfb2f0d4010..3785f3247e9f4 100644
--- a/airflow/providers/arangodb/CHANGELOG.rst
+++ b/airflow/providers/arangodb/CHANGELOG.rst
@@ -25,6 +25,14 @@
Changelog
---------
+2.1.1
+.....
+
+Misc
+~~~~
+
+* ``Fix ArangoDB static checks (#28820)``
+
2.1.0
.....
diff --git a/airflow/providers/arangodb/provider.yaml b/airflow/providers/arangodb/provider.yaml
index b830c10976360..f70fce64076fc 100644
--- a/airflow/providers/arangodb/provider.yaml
+++ b/airflow/providers/arangodb/provider.yaml
@@ -26,6 +26,7 @@ dependencies:
- python-arango>=7.3.2
versions:
+ - 2.1.1
- 2.1.0
- 2.0.0
- 1.0.0
diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index 80dec43a8f93a..da48cea825140 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -24,6 +24,20 @@
Changelog
---------
+5.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add deferrable mode to ''KubernetesPodOperator'' (#29017)``
+* ``Allow setting the name for the base container within K8s Pod Operator (#28808)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Patch only single label when marking KPO checked (#29279)``
+
5.1.1
.....
diff --git a/airflow/providers/cncf/kubernetes/provider.yaml b/airflow/providers/cncf/kubernetes/provider.yaml
index 903176640ffba..33c39af257946 100644
--- a/airflow/providers/cncf/kubernetes/provider.yaml
+++ b/airflow/providers/cncf/kubernetes/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Kubernetes `__
versions:
+ - 5.2.0
- 5.1.1
- 5.1.0
- 5.0.0
diff --git a/airflow/providers/dbt/cloud/CHANGELOG.rst b/airflow/providers/dbt/cloud/CHANGELOG.rst
index 258839fc94a93..99c6ff9850fdc 100644
--- a/airflow/providers/dbt/cloud/CHANGELOG.rst
+++ b/airflow/providers/dbt/cloud/CHANGELOG.rst
@@ -40,6 +40,18 @@ must use the ``host`` parameter to specify the _entire_ tenant domain name in yo
* ``Drop Connection.schema use in DbtCloudHook (#29166)``
+Features
+~~~~~~~~
+
+* ``Allow downloading of dbt Cloud artifacts to non-existent paths (#29048)``
+* ``Add deferrable mode to 'DbtCloudRunJobOperator' (#29014)``
+
+Misc
+~~~~
+
+* ``Provide more context for 'trigger_reason' in DbtCloudRunJobOperator (#28994)``
+
+
2.3.1
.....
diff --git a/airflow/providers/elasticsearch/CHANGELOG.rst b/airflow/providers/elasticsearch/CHANGELOG.rst
index 7d171208c9069..e35a67413f7b7 100644
--- a/airflow/providers/elasticsearch/CHANGELOG.rst
+++ b/airflow/providers/elasticsearch/CHANGELOG.rst
@@ -24,11 +24,20 @@
Changelog
---------
+4.4.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Enable individual trigger logging (#27758)``
+
4.3.3
.....
Bug Fixes
~~~~~~~~~
+
* ``Allow nested attr in elasticsearch host_field (#28878)``
4.3.2
@@ -36,10 +45,8 @@ Bug Fixes
Bug Fixes
~~~~~~~~~
-* ``Support restricted index patterns in Elasticsearch log handler (#23888)``
-.. Below changes are excluded from the changelog. Move them to
- appropriate section above if needed. Do not delete the lines(!):
+* ``Support restricted index patterns in Elasticsearch log handler (#23888)``
4.3.1
.....
diff --git a/airflow/providers/elasticsearch/provider.yaml b/airflow/providers/elasticsearch/provider.yaml
index 02c1f6188d0c1..b862da59ddd81 100644
--- a/airflow/providers/elasticsearch/provider.yaml
+++ b/airflow/providers/elasticsearch/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Elasticsearch `__
versions:
+ - 4.4.0
- 4.3.3
- 4.3.2
- 4.3.1
diff --git a/airflow/providers/ftp/CHANGELOG.rst b/airflow/providers/ftp/CHANGELOG.rst
index 24d8746e64dca..6bd244fc0dd75 100644
--- a/airflow/providers/ftp/CHANGELOG.rst
+++ b/airflow/providers/ftp/CHANGELOG.rst
@@ -24,6 +24,14 @@
Changelog
---------
+3.3.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``FTP operator has logic in __init__ (#29073)``
+
3.3.0
.....
@@ -33,9 +41,6 @@ Features
* ``Add FTPSFileTransmitOperator (#28318)``
* ``Add 'FTPFileTransmitOperator' (#26974)``
-.. Below changes are excluded from the changelog. Move them to
- appropriate section above if needed. Do not delete the lines(!):
-
3.2.0
.....
diff --git a/airflow/providers/ftp/provider.yaml b/airflow/providers/ftp/provider.yaml
index fa2630d7dcb47..8214a4b3e52ab 100644
--- a/airflow/providers/ftp/provider.yaml
+++ b/airflow/providers/ftp/provider.yaml
@@ -22,6 +22,7 @@ description: |
`File Transfer Protocol (FTP) `__
versions:
+ - 3.3.1
- 3.3.0
- 3.2.0
- 3.1.0
diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst
index b31cb18fb06f4..e4f581357cf05 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -23,6 +23,37 @@
Changelog
---------
+8.9.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add deferrable capability to existing ''DataprocDeleteClusterOperator'' (#29349)``
+* ``Add deferrable mode to dataflow operators (#27776)``
+* ``Add deferrable mode to DataprocCreateBatchOperator (#28457)``
+* ``Add deferrable mode to DataprocCreateClusterOperator and DataprocUpdateClusterOperator (#28529)``
+* ``Add deferrable mode to MLEngineStartTrainingJobOperator (#27405)``
+* ``Add deferrable mode to DataFusionStartPipelineOperator (#28690)``
+* ``Add deferrable mode for Big Query Transfer operator (#27833)``
+* ``Add support for write_on_empty in BaseSQLToGCSOperator (#28959)``
+* ``Add DataprocCancelOperationOperator (#28456)``
+* ``Enable individual trigger logging (#27758)``
+* ``Auto ML assets (#25466)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix GoogleDriveHook writing files to trashed folders on upload v2 (#29119)``
+* ``fix Google provider CHANGELOG.rst (#29122)``
+* ``fix Google provider CHANGELOG.rst (#29114)``
+* ``Keyfile dict can be dict not str (#29135)``
+* ``GCSTaskHandler may use remote log conn id (#29117)``
+
+Misc
+~~~~
+* ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)``
+
8.8.0
.....
@@ -70,6 +101,7 @@ Bug Fixes
Misc
~~~~
+
* ``Remove 'pylint' messages control instructions (#28555)``
* ``Remove deprecated AIPlatformConsoleLinkk from google/provider.yaml (#28449)``
* ``Use object instead of array in config.yml for config template (#28417)``
diff --git a/airflow/providers/google/provider.yaml b/airflow/providers/google/provider.yaml
index faf5bcaadc88e..3cfd0030714fb 100644
--- a/airflow/providers/google/provider.yaml
+++ b/airflow/providers/google/provider.yaml
@@ -29,6 +29,7 @@ description: |
- `Google Workspace `__ (formerly Google Suite)
versions:
+ - 8.9.0
- 8.8.0
- 8.7.0
- 8.6.0
diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst b/airflow/providers/microsoft/azure/CHANGELOG.rst
index b01da9ae4982f..292e16a5237d3 100644
--- a/airflow/providers/microsoft/azure/CHANGELOG.rst
+++ b/airflow/providers/microsoft/azure/CHANGELOG.rst
@@ -24,6 +24,24 @@
Changelog
---------
+5.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Enable individual trigger logging (#27758)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix params rendering in AzureSynapseHook Python API docs (#29041)``
+
+Misc
+~~~~
+
+* ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)``
+
5.1.0
.....
diff --git a/airflow/providers/microsoft/azure/provider.yaml b/airflow/providers/microsoft/azure/provider.yaml
index 8ba9112dda324..d21596249e623 100644
--- a/airflow/providers/microsoft/azure/provider.yaml
+++ b/airflow/providers/microsoft/azure/provider.yaml
@@ -21,6 +21,7 @@ name: Microsoft Azure
description: |
`Microsoft Azure `__
versions:
+ - 5.2.0
- 5.1.0
- 5.0.2
- 5.0.1
diff --git a/airflow/providers/mysql/CHANGELOG.rst b/airflow/providers/mysql/CHANGELOG.rst
index cc97314f875cc..7e1445315e9ce 100644
--- a/airflow/providers/mysql/CHANGELOG.rst
+++ b/airflow/providers/mysql/CHANGELOG.rst
@@ -27,6 +27,19 @@ used with MySQL server 5.6.4 through 5.7.
Changelog
---------
+4.0.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fixed MyPy errors introduced by new mysql-connector-python (#28995)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Revert "Remove conn.close() ignores (#29005)" (#29010)``
+ * ``Remove conn.close() ignores (#29005)``
+
4.0.0
.....
diff --git a/airflow/providers/mysql/provider.yaml b/airflow/providers/mysql/provider.yaml
index d85abecf33419..f573be20c55ae 100644
--- a/airflow/providers/mysql/provider.yaml
+++ b/airflow/providers/mysql/provider.yaml
@@ -22,6 +22,7 @@ description: |
`MySQL `__
versions:
+ - 4.0.1
- 4.0.0
- 3.4.0
- 3.3.0
diff --git a/airflow/providers/presto/CHANGELOG.rst b/airflow/providers/presto/CHANGELOG.rst
index 761a0f9a1d10e..27c6d2321730b 100644
--- a/airflow/providers/presto/CHANGELOG.rst
+++ b/airflow/providers/presto/CHANGELOG.rst
@@ -24,6 +24,14 @@
Changelog
---------
+4.2.2
+.....
+
+Misc
+~~~~
+
+* ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)``
+
4.2.1
.....
diff --git a/airflow/providers/presto/provider.yaml b/airflow/providers/presto/provider.yaml
index 62505c1e384f8..452f232bcb4f5 100644
--- a/airflow/providers/presto/provider.yaml
+++ b/airflow/providers/presto/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Presto `__
versions:
+ - 4.2.2
- 4.2.1
- 4.2.0
- 4.1.0
diff --git a/airflow/providers/sftp/CHANGELOG.rst b/airflow/providers/sftp/CHANGELOG.rst
index 065291e1627de..827b2487c0c07 100644
--- a/airflow/providers/sftp/CHANGELOG.rst
+++ b/airflow/providers/sftp/CHANGELOG.rst
@@ -24,6 +24,15 @@
Changelog
---------
+4.2.2
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix SFTP operator's template fields processing (#29068)``
+* ``FTP operator has logic in __init__ (#29073)``
+
4.2.1
.....
diff --git a/airflow/providers/sftp/provider.yaml b/airflow/providers/sftp/provider.yaml
index 9a8bcc235cf42..599e710dd2559 100644
--- a/airflow/providers/sftp/provider.yaml
+++ b/airflow/providers/sftp/provider.yaml
@@ -22,6 +22,7 @@ description: |
`SSH File Transfer Protocol (SFTP) `__
versions:
+ - 4.2.2
- 4.2.1
- 4.2.0
- 4.1.0
diff --git a/airflow/providers/slack/.latest-doc-only-change.txt b/airflow/providers/slack/.latest-doc-only-change.txt
index c6282d7cb8d14..d947e4964a38b 100644
--- a/airflow/providers/slack/.latest-doc-only-change.txt
+++ b/airflow/providers/slack/.latest-doc-only-change.txt
@@ -1 +1 @@
-808035e00aaf59a8012c50903a09d3f50bd92ca4
+b5b1fae2dfe92751d6aaaace00009ce29625095b
diff --git a/airflow/providers/snowflake/CHANGELOG.rst b/airflow/providers/snowflake/CHANGELOG.rst
index 80fc99b79de5a..a0e34a987c2fc 100644
--- a/airflow/providers/snowflake/CHANGELOG.rst
+++ b/airflow/providers/snowflake/CHANGELOG.rst
@@ -24,6 +24,16 @@
Changelog
---------
+4.0.3
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``provide missing connection to the parent class operator (#29211)``
+* ``Snowflake Provider - hide host from UI (#29208)``
+
+
4.0.2
.....
diff --git a/airflow/providers/snowflake/provider.yaml b/airflow/providers/snowflake/provider.yaml
index ecf39194b9e21..c6714d589a6ed 100644
--- a/airflow/providers/snowflake/provider.yaml
+++ b/airflow/providers/snowflake/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Snowflake `__
versions:
+ - 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
diff --git a/airflow/providers/tableau/CHANGELOG.rst b/airflow/providers/tableau/CHANGELOG.rst
index a72289080a543..456feb1ae5f55 100644
--- a/airflow/providers/tableau/CHANGELOG.rst
+++ b/airflow/providers/tableau/CHANGELOG.rst
@@ -24,6 +24,11 @@
Changelog
---------
+4.1.0
+.....
+
+* ``Add TableauOperator.template_fields = find, match_with (#29360)``
+
4.0.0
.....
diff --git a/airflow/providers/tableau/provider.yaml b/airflow/providers/tableau/provider.yaml
index 9a11fc78823f6..07b65084a52a7 100644
--- a/airflow/providers/tableau/provider.yaml
+++ b/airflow/providers/tableau/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Tableau `__
versions:
+ - 4.1.0
- 4.0.0
- 3.0.1
- 3.0.0
diff --git a/airflow/providers/trino/CHANGELOG.rst b/airflow/providers/trino/CHANGELOG.rst
index 9813fcaec3539..f44bf57555664 100644
--- a/airflow/providers/trino/CHANGELOG.rst
+++ b/airflow/providers/trino/CHANGELOG.rst
@@ -24,11 +24,19 @@
Changelog
---------
+4.3.2
+.....
+
+Misc
+~~~~
+* ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)``
+
4.3.1
.....
Misc
~~~~
+
* ``Remove outdated compat imports/code from providers (#28507)``
.. Below changes are excluded from the changelog. Move them to
diff --git a/airflow/providers/trino/provider.yaml b/airflow/providers/trino/provider.yaml
index 9b5227262bb97..b2c91f295c9c7 100644
--- a/airflow/providers/trino/provider.yaml
+++ b/airflow/providers/trino/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Trino `__
versions:
+ - 4.3.2
- 4.3.1
- 4.3.0
- 4.2.0
diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst
index f73ee592201f3..6896b20cf9f05 100644
--- a/docs/apache-airflow-providers-amazon/commits.rst
+++ b/docs/apache-airflow-providers-amazon/commits.rst
@@ -28,14 +28,43 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-02-03 ``Enable individual trigger logging (#27758)``
+`cb0c90bd66 `_ 2023-02-02 ``Decrypt SecureString value obtained by SsmHook (#29142)``
+`efc8857d55 `_ 2023-02-01 ``log the observed status in redshift sensor (#29274)``
+`a671561b8e `_ 2023-01-31 ``shorten other wait times in sys tests (#29254)``
+`aacf4da7e8 `_ 2023-01-30 ``Use thin/passthrough hook instead of one-liner hook method (#29252)``
+`62825678b3 `_ 2023-01-30 ``Move imports in AWS SqlToS3Operator transfer to callable function (#29045)``
+`5490102a41 `_ 2023-01-30 ``Add option to wait for completion on the EmrCreateJobFlowOperator (#28827)``
+`44024564cb `_ 2023-01-27 ``fix: 'num_of_dpus' typehints- GlueJobHook/Operator (#29176)``
+`e1a14ae9ee `_ 2023-01-27 ``Fix false-positive spellcheck failure (#29190)``
+`2493476a7e `_ 2023-01-26 ``introduce base class for EKS sensors (#29053)``
+`2c4928da40 `_ 2023-01-24 ``introduce a method to convert dictionaries to boto-style key-value lists (#28816)``
+`efaed34213 `_ 2023-01-23 ``Add transfer operator S3 to (generic) SQL (#29085)``
+`6190e34388 `_ 2023-01-23 ``add retries to stop_pipeline on conflict (#29077)``
+`17e8bb7f9e `_ 2023-01-19 ``Update provide_bucket_name() decorator to handle new conn_type (#28706)``
+`1ab7ea81a1 `_ 2023-01-19 ``uniformize getting hook through cached property in aws sensors (#29001)``
+`395b731b94 `_ 2023-01-18 ``Add log for AWS Glue Job Console URL (#28925)``
+`3a3adfb8e6 `_ 2023-01-15 ``Fix typo in DataSyncHook boto3 methods for create location in NFS and EFS (#28948)``
+`198e96aca1 `_ 2023-01-14 ``Use boto3 intersphinx inventory in documentation/docstrings. (#28945)``
+================================================================================================= =========== ======================================================================================
+
7.1.0
.....
-Latest change: 2023-01-13
+Latest change: 2023-01-14
================================================================================================= =========== ==============================================================================================
Commit Committed Subject
================================================================================================= =========== ==============================================================================================
+`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
`923bcd2865 `_ 2023-01-13 ``new operator to create a sagemaker experiment (#28837)``
`3e4e5b1fdb `_ 2023-01-13 ``Add ''configuration_overrides'' to templated fields (#28920)``
`9a643363e9 `_ 2023-01-12 ``Avoid circular import from S3HookUriParseFailure (#28908)``
diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst
index bf64084e37222..08573d756aff1 100644
--- a/docs/apache-airflow-providers-amazon/index.rst
+++ b/docs/apache-airflow-providers-amazon/index.rst
@@ -72,7 +72,7 @@ Package apache-airflow-providers-amazon
Amazon integration (including `Amazon Web Services (AWS) `__).
-Release: 7.1.0
+Release: 7.2.0
Provider package
----------------
@@ -139,7 +139,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-amazon 7.1.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-amazon 7.1.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 7.2.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 7.2.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/amazon/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-beam/commits.rst b/docs/apache-airflow-providers-apache-beam/commits.rst
index 72a3327904ed1..850de061c42c1 100644
--- a/docs/apache-airflow-providers-apache-beam/commits.rst
+++ b/docs/apache-airflow-providers-apache-beam/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-01-23 ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)``
+`8c4303e1ac `_ 2023-01-18 ``Add support for running a Beam Go pipeline with an executable binary (#28764)``
+================================================================================================= =========== =================================================================================
+
4.1.1
.....
-Latest change: 2023-01-03
+Latest change: 2023-01-14
================================================================================================= =========== =================================================================================
Commit Committed Subject
================================================================================================= =========== =================================================================================
+`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
`8da678ccd2 `_ 2023-01-03 ``Ensure Beam Go file downloaded from GCS still exists when referenced (#28664)``
================================================================================================= =========== =================================================================================
diff --git a/docs/apache-airflow-providers-apache-beam/index.rst b/docs/apache-airflow-providers-apache-beam/index.rst
index 3ff11f01a31d0..842046a79fdac 100644
--- a/docs/apache-airflow-providers-apache-beam/index.rst
+++ b/docs/apache-airflow-providers-apache-beam/index.rst
@@ -63,7 +63,7 @@ Package apache-airflow-providers-apache-beam
`Apache Beam `__.
-Release: 4.1.1
+Release: 4.2.0
Provider package
----------------
@@ -113,7 +113,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-apache-beam 4.1.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-beam 4.1.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-beam 4.2.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-beam 4.2.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/apache/beam/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-apache-hive/commits.rst b/docs/apache-airflow-providers-apache-hive/commits.rst
index 4deeadf10e034..9363dc01345a4 100644
--- a/docs/apache-airflow-providers-apache-hive/commits.rst
+++ b/docs/apache-airflow-providers-apache-hive/commits.rst
@@ -28,14 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-01-18 ``Revert "Remove conn.close() ignores (#29005)" (#29010)``
+`85f8df7b8a `_ 2023-01-18 ``Remove conn.close() ignores (#29005)``
+`aa97474020 `_ 2023-01-18 ``Fixed MyPy errors introduced by new mysql-connector-python (#28995)``
+================================================================================================= =========== =======================================================================
+
5.1.1
.....
-Latest change: 2023-01-11
+Latest change: 2023-01-14
================================================================================================= =========== ==================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================
+`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
`45dd0c484e `_ 2023-01-11 ``Move local_infile option from extra to hook parameter (#28811)``
================================================================================================= =========== ==================================================================
diff --git a/docs/apache-airflow-providers-apache-hive/index.rst b/docs/apache-airflow-providers-apache-hive/index.rst
index ea37bf82c0c97..8f98d9964ecb3 100644
--- a/docs/apache-airflow-providers-apache-hive/index.rst
+++ b/docs/apache-airflow-providers-apache-hive/index.rst
@@ -66,7 +66,7 @@ Package apache-airflow-providers-apache-hive
`Apache Hive `__
-Release: 5.1.1
+Release: 5.1.2
Provider package
----------------
@@ -127,7 +127,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-apache-hive 5.1.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-hive 5.1.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hive 5.1.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hive 5.1.2 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/apache/hive/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-arangodb/commits.rst b/docs/apache-airflow-providers-arangodb/commits.rst
index d82c90ba2465c..390a6ee828c0f 100644
--- a/docs/apache-airflow-providers-arangodb/commits.rst
+++ b/docs/apache-airflow-providers-arangodb/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-01-10 ``Fix ArangoDB static checks (#28820)``
+================================================================================================= =========== =======================================
+
2.1.0
.....
-Latest change: 2022-10-24
+Latest change: 2022-11-15
================================================================================================= =========== ====================================================================================
Commit Committed Subject
================================================================================================= =========== ====================================================================================
+`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)``
`2a34dc9e84 `_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)``
`f8db64c35c `_ 2022-09-28 ``Update docs for September Provider's release (#26731)``
diff --git a/docs/apache-airflow-providers-arangodb/index.rst b/docs/apache-airflow-providers-arangodb/index.rst
index 9d5c0833661c3..5011b3ecfdd6f 100644
--- a/docs/apache-airflow-providers-arangodb/index.rst
+++ b/docs/apache-airflow-providers-arangodb/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-arangodb
`ArangoDB `__
-Release: 2.1.0
+Release: 2.1.1
Provider package
----------------
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
index e6dcd77d22b8a..d1e152941a8f6 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst
@@ -28,17 +28,31 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-02-01 ``Patch only single label when marking KPO checked (#29279)``
+`246d778e6b `_ 2023-01-30 ``Add deferrable mode to ''KubernetesPodOperator'' (#29017)``
+`70b84b51a5 `_ 2023-01-23 ``Allow setting the name for the base container within K8s Pod Operator (#28808)``
+================================================================================================= =========== ==================================================================================
+
5.1.1
.....
-Latest change: 2023-01-12
+Latest change: 2023-01-14
-================================================================================================= =========== =======================================================
+================================================================================================= =========== ==================================================================
Commit Committed Subject
-================================================================================================= =========== =======================================================
+================================================================================================= =========== ==================================================================
+`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
`ce858a5d71 `_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)``
`ce677862be `_ 2023-01-07 ``Fix Incorrect 'await_container_completion' (#28771)``
-================================================================================================= =========== =======================================================
+================================================================================================= =========== ==================================================================
5.1.0
.....
diff --git a/docs/apache-airflow-providers-cncf-kubernetes/index.rst b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
index f0abdaba9fbac..bd4b8f9cb3ada 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/index.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-cncf-kubernetes
`Kubernetes `__
-Release: 5.1.1
+Release: 5.2.0
Provider package
----------------
@@ -83,12 +83,14 @@ for the minimum Airflow version supported) via
Requirements
------------
-================== ==================
-PIP package Version required
-================== ==================
-``apache-airflow`` ``>=2.3.0``
-``cryptography`` ``>=2.0.0``
-``kubernetes`` ``>=21.7.0,<24``
-================== ==================
+====================== ==================
+PIP package Version required
+====================== ==================
+``apache-airflow`` ``>=2.3.0``
+``asgiref`` ``>=3.5.2``
+``cryptography`` ``>=2.0.0``
+``kubernetes`` ``>=21.7.0,<24``
+``kubernetes_asyncio`` ``>=18.20.1,<25``
+====================== ==================
.. include:: ../../airflow/providers/cncf/kubernetes/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-common-sql/commits.rst b/docs/apache-airflow-providers-common-sql/commits.rst
index 0226e322ac9f6..74664a8a009c6 100644
--- a/docs/apache-airflow-providers-common-sql/commits.rst
+++ b/docs/apache-airflow-providers-common-sql/commits.rst
@@ -28,16 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-01-30 ``Make the S3-to-SQL system test self-contained (#29204)``
+`129f0820cd `_ 2023-01-23 ``Make static checks generated file more stable accross the board (#29080)``
+================================================================================================= =========== =============================================================================
+
1.3.3
.....
-Latest change: 2023-01-09
+Latest change: 2023-01-14
-================================================================================================= =========== ============================================================
+================================================================================================= =========== ==================================================================
Commit Committed Subject
-================================================================================================= =========== ============================================================
+================================================================================================= =========== ==================================================================
+`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
`9a7f07491e `_ 2023-01-09 ``Handle non-compliant behaviour of Exasol cursor (#28744)``
-================================================================================================= =========== ============================================================
+================================================================================================= =========== ==================================================================
1.3.2
.....
diff --git a/docs/apache-airflow-providers-common-sql/index.rst b/docs/apache-airflow-providers-common-sql/index.rst
index 46908c119cb0a..3bf2e1299468d 100644
--- a/docs/apache-airflow-providers-common-sql/index.rst
+++ b/docs/apache-airflow-providers-common-sql/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-common-sql
`Common SQL Provider `__
-Release: 1.3.3
+Release: 1.3.4
Provider package
----------------
diff --git a/docs/apache-airflow-providers-dbt-cloud/commits.rst b/docs/apache-airflow-providers-dbt-cloud/commits.rst
index 78a3cce88125f..bde831b7c1f25 100644
--- a/docs/apache-airflow-providers-dbt-cloud/commits.rst
+++ b/docs/apache-airflow-providers-dbt-cloud/commits.rst
@@ -28,14 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-02-02 ``Drop Connection.schema use in DbtCloudHook (#29166)``
+`f805b4154a `_ 2023-01-23 ``Allow downloading of dbt Cloud artifacts to non-existent paths (#29048)``
+`55049c50d5 `_ 2023-01-23 ``Add deferrable mode to 'DbtCloudRunJobOperator' (#29014)``
+`4f91931b35 `_ 2023-01-17 ``Provide more context for 'trigger_reason' in DbtCloudRunJobOperator (#28994)``
+================================================================================================= =========== ================================================================================
+
2.3.1
.....
-Latest change: 2023-01-12
+Latest change: 2023-01-14
================================================================================================= =========== ==================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================
+`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
`141338b24e `_ 2023-01-12 ``Use entire tenant domain name in dbt Cloud connection (#28890)``
================================================================================================= =========== ==================================================================
diff --git a/docs/apache-airflow-providers-dbt-cloud/index.rst b/docs/apache-airflow-providers-dbt-cloud/index.rst
index f446ad2deef5e..c8923913f7abd 100644
--- a/docs/apache-airflow-providers-dbt-cloud/index.rst
+++ b/docs/apache-airflow-providers-dbt-cloud/index.rst
@@ -69,7 +69,7 @@ Package apache-airflow-providers-dbt-cloud
`dbt Cloud `__
-Release: 2.3.1
+Release: 3.0.0
Provider package
----------------
@@ -92,6 +92,8 @@ PIP package Version required
================================= ==================
``apache-airflow`` ``>=2.3.0``
``apache-airflow-providers-http``
+``asgiref``
+``aiohttp``
================================= ==================
Cross provider package dependencies
@@ -119,7 +121,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-dbt-cloud 2.3.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-dbt-cloud 2.3.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-dbt-cloud 3.0.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-dbt-cloud 3.0.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/dbt/cloud/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-elasticsearch/commits.rst b/docs/apache-airflow-providers-elasticsearch/commits.rst
index f71fc55ea1638..7c24b46bf105e 100644
--- a/docs/apache-airflow-providers-elasticsearch/commits.rst
+++ b/docs/apache-airflow-providers-elasticsearch/commits.rst
@@ -28,16 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-02-03 ``Enable individual trigger logging (#27758)``
+================================================================================================= =========== ==============================================
+
4.3.3
.....
-Latest change: 2023-01-12
+Latest change: 2023-01-14
-================================================================================================= =========== ==========================================================
+================================================================================================= =========== ==================================================================
Commit Committed Subject
-================================================================================================= =========== ==========================================================
+================================================================================================= =========== ==================================================================
+`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
`ca8249f4a5 `_ 2023-01-12 ``Allow nested attr in elasticsearch host_field (#28878)``
-================================================================================================= =========== ==========================================================
+================================================================================================= =========== ==================================================================
4.3.2
.....
diff --git a/docs/apache-airflow-providers-elasticsearch/index.rst b/docs/apache-airflow-providers-elasticsearch/index.rst
index 1136731e7259c..314b84dc2bac4 100644
--- a/docs/apache-airflow-providers-elasticsearch/index.rst
+++ b/docs/apache-airflow-providers-elasticsearch/index.rst
@@ -66,7 +66,7 @@ Package apache-airflow-providers-elasticsearch
`Elasticsearch `__
-Release: 4.3.3
+Release: 4.4.0
Provider package
----------------
@@ -119,7 +119,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-elasticsearch 4.3.3 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-elasticsearch 4.3.3 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-elasticsearch 4.4.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-elasticsearch 4.4.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/elasticsearch/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-ftp/commits.rst b/docs/apache-airflow-providers-ftp/commits.rst
index 413f29e58228e..97987ed7d6c0c 100644
--- a/docs/apache-airflow-providers-ftp/commits.rst
+++ b/docs/apache-airflow-providers-ftp/commits.rst
@@ -28,17 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-01-21 ``FTP operator has logic in __init__ (#29073)``
+================================================================================================= =========== ===============================================
+
3.3.0
.....
-Latest change: 2022-12-28
+Latest change: 2023-01-02
-================================================================================================= =========== ==========================================
+================================================================================================= =========== ========================================================
Commit Committed Subject
-================================================================================================= =========== ==========================================
+================================================================================================= =========== ========================================================
+`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)``
`0e349d80bb `_ 2022-12-28 ``Add FTPSFileTransmitOperator (#28318)``
`39f501d4f4 `_ 2022-12-06 ``Add 'FTPFileTransmitOperator' (#26974)``
-================================================================================================= =========== ==========================================
+================================================================================================= =========== ========================================================
3.2.0
.....
diff --git a/docs/apache-airflow-providers-ftp/index.rst b/docs/apache-airflow-providers-ftp/index.rst
index eebcef9de36e9..6609fa211b320 100644
--- a/docs/apache-airflow-providers-ftp/index.rst
+++ b/docs/apache-airflow-providers-ftp/index.rst
@@ -71,7 +71,7 @@ Package apache-airflow-providers-ftp
`File Transfer Protocol (FTP) `__
-Release: 3.3.0
+Release: 3.3.1
Provider package
----------------
diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst
index f88bf9db186d2..c12ac8ec599e1 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -35,14 +35,42 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-02-03 ``Enable individual trigger logging (#27758)``
+`872df121e2 `_ 2023-02-03 ``Add deferrable capability to existing ''DataprocDeleteClusterOperator'' (#29349)``
+`094d6bf01b `_ 2023-01-30 ``Add deferrable mode to dataflow operators (#27776)``
+`9d9351728c `_ 2023-01-30 ``Add deferrable mode to DataprocCreateBatchOperator (#28457)``
+`9fd80130e2 `_ 2023-01-25 ``Add deferrable mode to DataprocCreateClusterOperator and DataprocUpdateClusterOperator (#28529)``
+`02bebf897b `_ 2023-01-25 ``Add deferrable mode to MLEngineStartTrainingJobOperator (#27405)``
+`cf90a1a567 `_ 2023-01-25 ``Keyfile dict can be dict not str (#29135)``
+`b4c50dadd3 `_ 2023-01-24 ``GCSTaskHandler may use remote log conn id (#29117)``
+`b2825e1185 `_ 2023-01-24 ``Fix GoogleDriveHook writing files to trashed folders on upload v2 (#29119)``
+`be0e35321f `_ 2023-01-24 ``fix Google provider CHANGELOG.rst (#29122)``
+`3374fdfcbd `_ 2023-01-23 ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)``
+`7e2493e3c8 `_ 2023-01-23 ``fix Google provider CHANGELOG.rst (#29114)``
+`90e6277da6 `_ 2023-01-23 ``Auto ML assets (#25466)``
+`e926bb9bb0 `_ 2023-01-20 ``Add deferrable mode to DataFusionStartPipelineOperator (#28690)``
+`5fcdd321c5 `_ 2023-01-20 ``Add deferrable mode for Big Query Transfer operator (#27833)``
+`5350be2194 `_ 2023-01-19 ``Add support for write_on_empty in BaseSQLToGCSOperator (#28959)``
+`dc3a3c7c52 `_ 2023-01-16 ``Add DataprocCancelOperationOperator (#28456)``
+================================================================================================= =========== ===================================================================================================
+
8.8.0
.....
-Latest change: 2023-01-12
+Latest change: 2023-01-14
================================================================================================= =========== =========================================================================================================================================================
Commit Committed Subject
================================================================================================= =========== =========================================================================================================================================================
+`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
`ce858a5d71 `_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)``
`f1eb2f1af4 `_ 2023-01-12 ``'BigQueryCreateExternalTableOperator' fix field delimiter not working with csv (#28856)``
`a337e6209a `_ 2023-01-11 ``Fix using private _get_credentials instead of public get_credentials (#28588)``
diff --git a/docs/apache-airflow-providers-google/index.rst b/docs/apache-airflow-providers-google/index.rst
index a95e3319755c6..501c30cf48674 100644
--- a/docs/apache-airflow-providers-google/index.rst
+++ b/docs/apache-airflow-providers-google/index.rst
@@ -76,7 +76,7 @@ Google services including:
- `Google Workspace `__ (formerly Google Suite)
-Release: 8.8.0
+Release: 8.9.0
Provider package
----------------
@@ -101,7 +101,7 @@ PIP package Version required
``apache-airflow-providers-common-sql`` ``>=1.3.1``
``PyOpenSSL``
``asgiref`` ``>=3.5.2``
-``gcloud_aio_auth`` ``>=4.0.0``
+``gcloud-aio-auth`` ``>=4.0.0,<5.0.0``
``gcloud-aio-bigquery`` ``>=6.1.2``
``gcloud-aio-storage``
``google-ads`` ``>=15.1.1``
@@ -116,6 +116,7 @@ PIP package Version required
``google-cloud-build`` ``>=3.0.0``
``google-cloud-compute`` ``>=0.1.0,<2.0.0``
``google-cloud-container`` ``>=2.2.0,<3.0.0``
+``google-cloud-dataflow-client`` ``>=0.5.2,<0.5.5``
``google-cloud-dataform`` ``>=0.2.0``
``google-cloud-datacatalog`` ``>=3.0.0``
``google-cloud-dataplex`` ``>=0.1.0``
@@ -192,7 +193,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-google 8.8.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-google 8.8.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-google 8.9.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-google 8.9.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/google/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst b/docs/apache-airflow-providers-microsoft-azure/commits.rst
index 2b685732f67c5..64c1bb8c76f6b 100644
--- a/docs/apache-airflow-providers-microsoft-azure/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst
@@ -28,18 +28,32 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-02-03 ``Enable individual trigger logging (#27758)``
+`3374fdfcbd `_ 2023-01-23 ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)``
+`6c50a691a8 `_ 2023-01-19 ``Fix params rendering in AzureSynapseHook Python API docs (#29041)``
+================================================================================================= =========== ===========================================================================
+
5.1.0
.....
-Latest change: 2023-01-13
+Latest change: 2023-01-14
-================================================================================================= =========== =======================================================
+================================================================================================= =========== ==================================================================
Commit Committed Subject
-================================================================================================= =========== =======================================================
+================================================================================================= =========== ==================================================================
+`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
`3decb189f7 `_ 2023-01-13 ``Hide 'extra' field in WASB connection form (#28914)``
`ce858a5d71 `_ 2023-01-12 ``Switch to ruff for faster static checks (#28893)``
`ad7f8e09f8 `_ 2023-01-05 ``Add hook for Azure Data Lake Storage Gen2 (#28262)``
-================================================================================================= =========== =======================================================
+================================================================================================= =========== ==================================================================
5.0.2
.....
diff --git a/docs/apache-airflow-providers-microsoft-azure/index.rst b/docs/apache-airflow-providers-microsoft-azure/index.rst
index c909155429cd6..7cf776b4800b5 100644
--- a/docs/apache-airflow-providers-microsoft-azure/index.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/index.rst
@@ -67,7 +67,7 @@ Package apache-airflow-providers-microsoft-azure
`Microsoft Azure `__
-Release: 5.1.0
+Release: 5.2.0
Provider package
----------------
@@ -135,7 +135,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-microsoft-azure 5.1.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-microsoft-azure 5.1.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-azure 5.2.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-azure 5.2.0 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/microsoft/azure/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-mysql/commits.rst b/docs/apache-airflow-providers-mysql/commits.rst
index a32401dca3b4c..88c5e8fd47f03 100644
--- a/docs/apache-airflow-providers-mysql/commits.rst
+++ b/docs/apache-airflow-providers-mysql/commits.rst
@@ -28,14 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-01-18 ``Revert "Remove conn.close() ignores (#29005)" (#29010)``
+`85f8df7b8a `_ 2023-01-18 ``Remove conn.close() ignores (#29005)``
+`aa97474020 `_ 2023-01-18 ``Fixed MyPy errors introduced by new mysql-connector-python (#28995)``
+================================================================================================= =========== =======================================================================
+
4.0.0
.....
-Latest change: 2023-01-11
+Latest change: 2023-01-14
================================================================================================= =========== ==================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================
+`911b708ffd `_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
`45dd0c484e `_ 2023-01-11 ``Move local_infile option from extra to hook parameter (#28811)``
================================================================================================= =========== ==================================================================
diff --git a/docs/apache-airflow-providers-mysql/index.rst b/docs/apache-airflow-providers-mysql/index.rst
index 781b09bbae966..35cf3213b0165 100644
--- a/docs/apache-airflow-providers-mysql/index.rst
+++ b/docs/apache-airflow-providers-mysql/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-mysql
`MySQL `__
-Release: 4.0.0
+Release: 4.0.1
Provider package
----------------
@@ -121,7 +121,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-mysql 4.0.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-mysql 4.0.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-mysql 4.0.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-mysql 4.0.1 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/mysql/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-presto/commits.rst b/docs/apache-airflow-providers-presto/commits.rst
index e8c3079cf983d..404748fbcf716 100644
--- a/docs/apache-airflow-providers-presto/commits.rst
+++ b/docs/apache-airflow-providers-presto/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-01-23 ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)``
+================================================================================================= =========== ===========================================================================
+
4.2.1
.....
-Latest change: 2022-12-21
+Latest change: 2023-01-02
================================================================================================= =========== ===============================================================
Commit Committed Subject
================================================================================================= =========== ===============================================================
+`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)``
`38e40c6dc4 `_ 2022-12-21 ``Remove outdated compat imports/code from providers (#28507)``
================================================================================================= =========== ===============================================================
diff --git a/docs/apache-airflow-providers-presto/index.rst b/docs/apache-airflow-providers-presto/index.rst
index 7ee157fe9df75..06515b280d210 100644
--- a/docs/apache-airflow-providers-presto/index.rst
+++ b/docs/apache-airflow-providers-presto/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-presto
`Presto `__
-Release: 4.2.1
+Release: 4.2.2
Provider package
----------------
@@ -117,7 +117,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-presto 4.2.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-presto 4.2.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-presto 4.2.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-presto 4.2.2 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/presto/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-sftp/commits.rst b/docs/apache-airflow-providers-sftp/commits.rst
index bfd6fc2175b45..6e97bd437ebe1 100644
--- a/docs/apache-airflow-providers-sftp/commits.rst
+++ b/docs/apache-airflow-providers-sftp/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-01-21 ``FTP operator has logic in __init__ (#29073)``
+`bac7b3027d `_ 2023-01-20 ``Fix SFTP operator's template fields processing (#29068)``
+================================================================================================= =========== ===========================================================
+
4.2.1
.....
-Latest change: 2022-12-24
+Latest change: 2023-01-02
================================================================================================= =========== =============================================================
Commit Committed Subject
================================================================================================= =========== =============================================================
+`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)``
`c0a7bf2434 `_ 2022-12-24 ``Update codespell and fix typos (#28568)``
`4a3a429658 `_ 2022-12-03 ``[misc] Get rid of 'pass' statement in conditions (#27775)``
================================================================================================= =========== =============================================================
diff --git a/docs/apache-airflow-providers-sftp/index.rst b/docs/apache-airflow-providers-sftp/index.rst
index 269c73158a4d6..64ea0af19ae95 100644
--- a/docs/apache-airflow-providers-sftp/index.rst
+++ b/docs/apache-airflow-providers-sftp/index.rst
@@ -52,7 +52,7 @@ Package apache-airflow-providers-sftp
`SSH File Transfer Protocol (SFTP) `__
-Release: 4.2.1
+Release: 4.2.2
Provider package
----------------
@@ -102,7 +102,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-sftp 4.2.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-sftp 4.2.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-sftp 4.2.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-sftp 4.2.2 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/sftp/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-snowflake/commits.rst b/docs/apache-airflow-providers-snowflake/commits.rst
index f9da153019632..cbcbac85cb028 100644
--- a/docs/apache-airflow-providers-snowflake/commits.rst
+++ b/docs/apache-airflow-providers-snowflake/commits.rst
@@ -28,6 +28,18 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-01-29 ``provide missing connection to the parent class operator (#29211)``
+`eff677c418 `_ 2023-01-28 ``Snowflake Provider - hide host from UI (#29208)``
+================================================================================================= =========== ====================================================================
+
4.0.2
.....
@@ -36,6 +48,7 @@ Latest change: 2022-12-01
================================================================================================= =========== ================================================================================
Commit Committed Subject
================================================================================================= =========== ================================================================================
+`e9a9ae6540 `_ 2022-12-01 ``Update documentation for ad-hoc provider releases in December (#28031)``
`d9cefcd0c5 `_ 2022-12-01 ``Make Snowflake Hook conform to semantics of DBApi (#28006)``
`2e7a4bcb55 `_ 2022-11-30 ``Fix wrapping of run() method result of exasol and snoflake DB hooks (#27997)``
================================================================================================= =========== ================================================================================
diff --git a/docs/apache-airflow-providers-snowflake/index.rst b/docs/apache-airflow-providers-snowflake/index.rst
index acc8996b1311e..6cec0ade75736 100644
--- a/docs/apache-airflow-providers-snowflake/index.rst
+++ b/docs/apache-airflow-providers-snowflake/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-snowflake
`Snowflake `__
-Release: 4.0.2
+Release: 4.0.3
Provider package
----------------
@@ -118,7 +118,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-snowflake 4.0.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-snowflake 4.0.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-snowflake 4.0.3 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-snowflake 4.0.3 wheel package `_ (`asc `__, `sha512 `__)
.. include:: ../../airflow/providers/snowflake/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-tableau/commits.rst b/docs/apache-airflow-providers-tableau/commits.rst
index 083bb77943a75..4659f3f1065f4 100644
--- a/docs/apache-airflow-providers-tableau/commits.rst
+++ b/docs/apache-airflow-providers-tableau/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-02-03 ``Add TableauOperator.template_fields = find, match_with (#29360)``
+================================================================================================= =========== ===================================================================
+
4.0.0
.....
-Latest change: 2022-10-27
+Latest change: 2022-11-15
================================================================================================= =========== ====================================================================================
Commit Committed Subject
================================================================================================= =========== ====================================================================================
+`12c3c39d1a `_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)``
`9ab1a6a3e7 `_ 2022-10-27 ``Update old style typing (#26872)``
`d544e8fbeb `_ 2022-10-26 ``Remove deprecated Tableau classes (#27288)``
`78b8ea2f22 `_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)``
diff --git a/docs/apache-airflow-providers-tableau/index.rst b/docs/apache-airflow-providers-tableau/index.rst
index ac99aba77348c..604687a1a96d2 100644
--- a/docs/apache-airflow-providers-tableau/index.rst
+++ b/docs/apache-airflow-providers-tableau/index.rst
@@ -60,7 +60,7 @@ Package apache-airflow-providers-tableau
`Tableau `__
-Release: 4.0.0
+Release: 4.1.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-trino/commits.rst b/docs/apache-airflow-providers-trino/commits.rst
index fa2f2f7e11236..79b2ff51c3d20 100644
--- a/docs/apache-airflow-providers-trino/commits.rst
+++ b/docs/apache-airflow-providers-trino/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-01-23 ``Deprecate 'delegate_to' param in GCP operators and update docs (#29088)``
+================================================================================================= =========== ===========================================================================
+
4.3.1
.....
-Latest change: 2022-12-21
+Latest change: 2023-01-02
================================================================================================= =========== ===============================================================
Commit Committed Subject
================================================================================================= =========== ===============================================================
+`5246c009c5 `_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)``
`38e40c6dc4 `_ 2022-12-21 ``Remove outdated compat imports/code from providers (#28507)``
================================================================================================= =========== ===============================================================
diff --git a/docs/apache-airflow-providers-trino/index.rst b/docs/apache-airflow-providers-trino/index.rst
index 5912f4e1f5679..c58e7ffaeeae3 100644
--- a/docs/apache-airflow-providers-trino/index.rst
+++ b/docs/apache-airflow-providers-trino/index.rst
@@ -66,7 +66,7 @@ Package apache-airflow-providers-trino
`Trino `__
-Release: 4.3.1
+Release: 4.3.2
Provider package
----------------
@@ -119,7 +119,7 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-trino 4.3.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-trino 4.3.1 wheel package `_ (`asc