From 8f27d3ff472e6ddd52c08a948d51901adb8a1f1a Mon Sep 17 00:00:00 2001 From: eladkal <45845474+eladkal@users.noreply.github.com> Date: Tue, 8 Aug 2023 10:16:33 +0300 Subject: [PATCH] Prepare docs for RC2 providers (google, redis) (#33185) --- airflow/providers/google/CHANGELOG.rst | 5 +++++ airflow/providers/redis/CHANGELOG.rst | 5 +++++ docs/apache-airflow-providers-google/commits.rst | 7 ++++++- docs/apache-airflow-providers-redis/commits.rst | 4 +++- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst index fe4a5f3d39306..998e10fe5b7b3 100644 --- a/airflow/providers/google/CHANGELOG.rst +++ b/airflow/providers/google/CHANGELOG.rst @@ -40,12 +40,14 @@ Features * ``openlineage, bigquery: add openlineage method support for BigQueryExecuteQueryOperator (#31293)`` * ``Add GCS Requester Pays bucket support to GCSToS3Operator (#32760)`` * ``Add system test and docs for CloudDataTransferServiceGCSToGCSOperator (#32960)`` +* ``Add a new parameter to SQL operators to specify conn id field (#30784)`` Bug Fixes ~~~~~~~~~ * ``Fix 'DataFusionAsyncHook' catch 404 (#32855)`` * ``Fix system test for MetastoreHivePartitionSensor (#32861)`` +* ``Fix catching 409 error (#33173)`` .. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!): @@ -53,6 +55,9 @@ Bug Fixes * ``Refactor of links in Dataproc. (#31895)`` * ``Handle multiple connections using exceptions (#32365)`` * ``openlineage,gcs: use proper name for openlineage methods (#32956)`` + * ``Fix DataflowStartSqlJobOperator system test (#32823)`` + * ``Alias 'DATAPROC_JOB_LOG_LINK' to 'DATAPROC_JOB_LINK' (#33148)`` + * ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` 10.5.0 ...... diff --git a/airflow/providers/redis/CHANGELOG.rst b/airflow/providers/redis/CHANGELOG.rst index d2da153c53fb5..ce5b59db14c24 100644 --- a/airflow/providers/redis/CHANGELOG.rst +++ b/airflow/providers/redis/CHANGELOG.rst @@ -34,6 +34,11 @@ Bug Fixes ~~~~~~~~~ * ``Move redis subscribe to poke() method in Redis Sensor (#32984)`` +* ``Fix oversubsription of Redis pubsub sensor (#33139)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` 3.3.0 ..... diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst index 0e7cda57c8734..bfbafa5fbd9bb 100644 --- a/docs/apache-airflow-providers-google/commits.rst +++ b/docs/apache-airflow-providers-google/commits.rst @@ -38,11 +38,16 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-08-07 ``Fix DataflowStartSqlJobOperator system test (#32823)`` +`9736143468 `_ 2023-08-07 ``Add a new parameter to SQL operators to specify conn id field (#30784)`` +`0e076dceaf `_ 2023-08-07 ``Fix catching 409 error (#33173)`` +`8997b5e95f `_ 2023-08-07 ``Alias 'DATAPROC_JOB_LOG_LINK' to 'DATAPROC_JOB_LINK' (#33148)`` +`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` `e10aa6ae6a `_ 2023-08-04 ``openlineage, bigquery: add openlineage method support for BigQueryExecuteQueryOperator (#31293)`` `e3d82c6be0 `_ 2023-08-04 ``Get rid of Python2 numeric relics (#33050)`` `1ea7ae809b `_ 2023-08-03 ``Refactor of links in Dataproc. (#31895)`` diff --git a/docs/apache-airflow-providers-redis/commits.rst b/docs/apache-airflow-providers-redis/commits.rst index db748acd53183..54a377f4a9dd2 100644 --- a/docs/apache-airflow-providers-redis/commits.rst +++ b/docs/apache-airflow-providers-redis/commits.rst @@ -31,11 +31,13 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-08-05 ``Fix oversubsription of Redis pubsub sensor (#33139)`` +`60677b0ba3 `_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` `17a3dd4135 `_ 2023-08-01 ``Move redis subscribe to poke() method in Redis Sensor (#32984)`` ================================================================================================= =========== ==================================================================