Skip to content

Commit

Permalink
Prepare docs for RC3 providers (google) (#33253)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal committed Aug 9, 2023
1 parent 19df65a commit f82acc1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions airflow/providers/google/CHANGELOG.rst
Expand Up @@ -48,6 +48,12 @@ Bug Fixes
* ``Fix 'DataFusionAsyncHook' catch 404 (#32855)``
* ``Fix system test for MetastoreHivePartitionSensor (#32861)``
* ``Fix catching 409 error (#33173)``
* ``make 'sql' a cached property in 'BigQueryInsertJobOperator' (#33218)``

Misc
~~~~

* ``refactor(providers.google): use module level __getattr__ for DATAPROC_JOB_LOG_LINK to DATAPROC_JOB_LINK and add deprecation warning (#33189)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
Expand All @@ -58,6 +64,7 @@ Bug Fixes
* ``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)``
* ``Prepare docs for RC2 providers (google, redis) (#33185)``
10.5.0
......
Expand Down
11 changes: 7 additions & 4 deletions docs/apache-airflow-providers-google/commits.rst
Expand Up @@ -38,11 +38,14 @@ For high-level changelog, see :doc:`package information including changelog <ind
10.6.0
......

Latest change: 2023-08-07
Latest change: 2023-08-09

================================================================================================= =========== ===================================================================================================
================================================================================================= =========== ================================================================================================================================================
Commit Committed Subject
================================================================================================= =========== ===================================================================================================
================================================================================================= =========== ================================================================================================================================================
`e1af008711 <https://github.com/apache/airflow/commit/e1af008711039f7f53b2a21cad70a08b514cd8f6>`_ 2023-08-09 ``make 'sql' a cached property in 'BigQueryInsertJobOperator' (#33218)``
`e43206eb2e <https://github.com/apache/airflow/commit/e43206eb2e055a78814fcff7e8c35c6fd9c11e85>`_ 2023-08-08 ``refactor(providers.google): use module level __getattr__ for DATAPROC_JOB_LOG_LINK to DATAPROC_JOB_LINK and add deprecation warning (#33189)``
`8f27d3ff47 <https://github.com/apache/airflow/commit/8f27d3ff472e6ddd52c08a948d51901adb8a1f1a>`_ 2023-08-08 ``Prepare docs for RC2 providers (google, redis) (#33185)``
`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)``
Expand All @@ -57,7 +60,7 @@ Commit
`f9cddf332d <https://github.com/apache/airflow/commit/f9cddf332db712ce2121d355dd94c78b392a7bb9>`_ 2023-07-31 ``openlineage,gcs: use proper name for openlineage methods (#32956)``
`ce5eebd004 <https://github.com/apache/airflow/commit/ce5eebd00403beabc23b4f0b4bedba5b5c397c42>`_ 2023-07-31 ``Fix system test for MetastoreHivePartitionSensor (#32861)``
`c422920c6e <https://github.com/apache/airflow/commit/c422920c6ef9ac2cceb0369cd0ec0989887688d9>`_ 2023-07-31 ``Add system test and docs for CloudDataTransferServiceGCSToGCSOperator (#32960)``
================================================================================================= =========== ===================================================================================================
================================================================================================= =========== ================================================================================================================================================

10.5.0
......
Expand Down

0 comments on commit f82acc1

Please sign in to comment.