Skip to content

Commit

Permalink
Prepare docs for RC2 providers (google, redis) (#33185)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal committed Aug 8, 2023
1 parent 7847b6e commit 8f27d3f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
5 changes: 5 additions & 0 deletions airflow/providers/google/CHANGELOG.rst
Expand Up @@ -40,19 +40,24 @@ 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(!):
* ``Get rid of Python2 numeric relics (#33050)``
* ``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
......
Expand Down
5 changes: 5 additions & 0 deletions airflow/providers/redis/CHANGELOG.rst
Expand Up @@ -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
.....
Expand Down
7 changes: 6 additions & 1 deletion docs/apache-airflow-providers-google/commits.rst
Expand Up @@ -38,11 +38,16 @@ For high-level changelog, see :doc:`package information including changelog <ind
10.6.0
......

Latest change: 2023-08-04
Latest change: 2023-08-07

================================================================================================= =========== ===================================================================================================
Commit Committed Subject
================================================================================================= =========== ===================================================================================================
`15ede4a1a1 <https://github.com/apache/airflow/commit/15ede4a1a1af8bebb52799420bf2f328406c126e>`_ 2023-08-07 ``Fix DataflowStartSqlJobOperator system test (#32823)``
`9736143468 <https://github.com/apache/airflow/commit/9736143468cfe034e65afb3df3031ab3626f0f6d>`_ 2023-08-07 ``Add a new parameter to SQL operators to specify conn id field (#30784)``
`0e076dceaf <https://github.com/apache/airflow/commit/0e076dceaf169174bbd4d8ee46911b60505eb098>`_ 2023-08-07 ``Fix catching 409 error (#33173)``
`8997b5e95f <https://github.com/apache/airflow/commit/8997b5e95f67a14d5e5fdbcb131643d702059359>`_ 2023-08-07 ``Alias 'DATAPROC_JOB_LOG_LINK' to 'DATAPROC_JOB_LINK' (#33148)``
`60677b0ba3 <https://github.com/apache/airflow/commit/60677b0ba3c9e81595ec2aa3d4be2737e5b32054>`_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)``
`e10aa6ae6a <https://github.com/apache/airflow/commit/e10aa6ae6ad07830cbf5ec59d977654c52012c22>`_ 2023-08-04 ``openlineage, bigquery: add openlineage method support for BigQueryExecuteQueryOperator (#31293)``
`e3d82c6be0 <https://github.com/apache/airflow/commit/e3d82c6be0e0e1468ade053c37690aa1e0e4882d>`_ 2023-08-04 ``Get rid of Python2 numeric relics (#33050)``
`1ea7ae809b <https://github.com/apache/airflow/commit/1ea7ae809bf0b8d1c8edf97e4d456b3753a1feca>`_ 2023-08-03 ``Refactor of links in Dataproc. (#31895)``
Expand Down
4 changes: 3 additions & 1 deletion docs/apache-airflow-providers-redis/commits.rst
Expand Up @@ -31,11 +31,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
3.3.1
.....

Latest change: 2023-08-01
Latest change: 2023-08-05

================================================================================================= =========== ==================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================
`29a59de237 <https://github.com/apache/airflow/commit/29a59de237ccd42a3a5c20b10fc4c92b82ff4475>`_ 2023-08-05 ``Fix oversubsription of Redis pubsub sensor (#33139)``
`60677b0ba3 <https://github.com/apache/airflow/commit/60677b0ba3c9e81595ec2aa3d4be2737e5b32054>`_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)``
`17a3dd4135 <https://github.com/apache/airflow/commit/17a3dd41355c29ed55fcf449b3b7002d4085e9bb>`_ 2023-08-01 ``Move redis subscribe to poke() method in Redis Sensor (#32984)``
================================================================================================= =========== ==================================================================

Expand Down

0 comments on commit 8f27d3f

Please sign in to comment.