diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst index 998e10fe5b7b3..8383d41374ff4 100644 --- a/airflow/providers/google/CHANGELOG.rst +++ b/airflow/providers/google/CHANGELOG.rst @@ -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(!): @@ -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 ...... diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst index bfbafa5fbd9bb..15bd2a90d8f3d 100644 --- a/docs/apache-airflow-providers-google/commits.rst +++ b/docs/apache-airflow-providers-google/commits.rst @@ -38,11 +38,14 @@ For high-level changelog, see :doc:`package information including changelog `_ 2023-08-09 ``make 'sql' a cached property in 'BigQueryInsertJobOperator' (#33218)`` +`e43206eb2e `_ 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 `_ 2023-08-08 ``Prepare docs for RC2 providers (google, redis) (#33185)`` `15ede4a1a1 `_ 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)`` @@ -57,7 +60,7 @@ Commit `f9cddf332d `_ 2023-07-31 ``openlineage,gcs: use proper name for openlineage methods (#32956)`` `ce5eebd004 `_ 2023-07-31 ``Fix system test for MetastoreHivePartitionSensor (#32861)`` `c422920c6e `_ 2023-07-31 ``Add system test and docs for CloudDataTransferServiceGCSToGCSOperator (#32960)`` -================================================================================================= =========== =================================================================================================== +================================================================================================= =========== ================================================================================================================================================ 10.5.0 ......