Skip to content

Commit 5d60c74

Browse files
authored
Fix Google 10.7.0 changelog (#33953)
1 parent dd7cc87 commit 5d60c74

File tree

1 file changed

+49
-6
lines changed

1 file changed

+49
-6
lines changed

airflow/providers/google/CHANGELOG.rst

Lines changed: 49 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,49 @@
2727
Changelog
2828
---------
2929

30+
10.7.0
31+
......
32+
33+
Features
34+
~~~~~~~~
35+
36+
``Add CloudRunHook and operators (#33067)``
37+
``Add 'CloudBatchHook' and operators (#32606)``
38+
``Adding Support for Google Cloud's Data Pipelines Run Operator (#32846)``
39+
``Add parameter sftp_prefetch to SFTPToGCSOperator (#33274)``
40+
``Add Google Cloud's Data Pipelines Create Operator (#32843)``
41+
``Add Dataplex Data Quality operators. (#32256)``
42+
43+
Bug Fixes
44+
~~~~~~~~~
45+
46+
``Fix BigQueryCreateExternalTableOperator when using a foramt different to CSV (#33540)``
47+
``Fix DataplexDataQualityJobStatusSensor and add unit tests (#33440)``
48+
``Avoid importing pandas and numpy in runtime and module level (#33483)``
49+
50+
Misc
51+
~~~~
52+
53+
``Add missing template fields to DataformCreateCompilationResultOperator (#33585)``
54+
``Consolidate import and usage of pandas (#33480)``
55+
``Import utc from datetime and normalize its import (#33450)``
56+
57+
58+
.. Below changes are excluded from the changelog. Move them to
59+
appropriate section above if needed. Do not delete the lines(!):
60+
``Refactor: Use random.choices (#33631)``
61+
``Further improvements for provider verification (#33670)``
62+
``Refactor: Remove useless str() calls (#33629)``
63+
``Refactor: lists and paths in dev (#33626)``
64+
``Do not create lists we don't need (#33519)``
65+
``Replace strftime with f-strings where nicer (#33455)``
66+
``Refactor: Better percentage formatting (#33595)``
67+
``Fix typos (double words and it's/its) (#33623)``
68+
``Fix system test example_cloud_storage_transfer_service_aws (#33429)``
69+
``Enable D205 Support (#33398)``
70+
``Update Error details for Generic Error Code (#32847)``
71+
``D205 Support - Providers - Final Pass (#33303)``
72+
3073
10.6.0
3174
......
3275

@@ -35,6 +78,7 @@ Features
3578

3679
* ``openlineage, bigquery: add openlineage method support for BigQueryExecuteQueryOperator (#31293)``
3780
* ``Add GCS Requester Pays bucket support to GCSToS3Operator (#32760)``
81+
* ``Add system test and docs for CloudDataTransferServiceGCSToGCSOperator (#32960)``
3882
* ``Add a new parameter to SQL operators to specify conn id field (#30784)``
3983

4084
Bug Fixes
@@ -44,21 +88,20 @@ Bug Fixes
4488
* ``Fix system test for MetastoreHivePartitionSensor (#32861)``
4589
* ``Fix catching 409 error (#33173)``
4690
* ``make 'sql' a cached property in 'BigQueryInsertJobOperator' (#33218)``
47-
* ``Handle multiple connections using exceptions (#32365)``
4891

4992
Misc
5093
~~~~
5194

52-
* ``Refactor of links in Dataproc. (#31895)``
5395
* ``refactor(providers.google): use module level __getattr__ for DATAPROC_JOB_LOG_LINK to DATAPROC_JOB_LINK and add deprecation warning (#33189)``
54-
* ``Get rid of Python2 numeric relics (#33050)``
55-
* ``openlineage,gcs: use proper name for openlineage methods (#32956)``
56-
* ``Alias 'DATAPROC_JOB_LOG_LINK' to 'DATAPROC_JOB_LINK' (#33148)``
5796

5897
.. Below changes are excluded from the changelog. Move them to
5998
appropriate section above if needed. Do not delete the lines(!):
60-
* ``Add system test and docs for CloudDataTransferServiceGCSToGCSOperator (#32960)``
99+
* ``Get rid of Python2 numeric relics (#33050)``
100+
* ``Refactor of links in Dataproc. (#31895)``
101+
* ``Handle multiple connections using exceptions (#32365)``
102+
* ``openlineage,gcs: use proper name for openlineage methods (#32956)``
61103
* ``Fix DataflowStartSqlJobOperator system test (#32823)``
104+
* ``Alias 'DATAPROC_JOB_LOG_LINK' to 'DATAPROC_JOB_LINK' (#33148)``
62105
* ``Prepare docs for Aug 2023 1st wave of Providers (#33128)``
63106
* ``Prepare docs for RC2 providers (google, redis) (#33185)``
64107

0 commit comments

Comments
 (0)