27
27
Changelog
28
28
---------
29
29
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
+
30
73
10.6.0
31
74
......
32
75
@@ -35,6 +78,7 @@ Features
35
78
36
79
* ``openlineage, bigquery: add openlineage method support for BigQueryExecuteQueryOperator (#31293) ``
37
80
* ``Add GCS Requester Pays bucket support to GCSToS3Operator (#32760) ``
81
+ * ``Add system test and docs for CloudDataTransferServiceGCSToGCSOperator (#32960) ``
38
82
* ``Add a new parameter to SQL operators to specify conn id field (#30784) ``
39
83
40
84
Bug Fixes
@@ -44,21 +88,20 @@ Bug Fixes
44
88
* ``Fix system test for MetastoreHivePartitionSensor (#32861) ``
45
89
* ``Fix catching 409 error (#33173) ``
46
90
* ``make 'sql' a cached property in 'BigQueryInsertJobOperator' (#33218) ``
47
- * ``Handle multiple connections using exceptions (#32365) ``
48
91
49
92
Misc
50
93
~~~~
51
94
52
- * ``Refactor of links in Dataproc. (#31895) ``
53
95
* ``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) ``
57
96
58
97
.. Below changes are excluded from the changelog. Move them to
59
98
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)``
61
103
* ``Fix DataflowStartSqlJobOperator system test (#32823)``
104
+ * ``Alias 'DATAPROC_JOB_LOG_LINK' to 'DATAPROC_JOB_LINK' (#33148)``
62
105
* ``Prepare docs for Aug 2023 1st wave of Providers (#33128)``
63
106
* ``Prepare docs for RC2 providers (google, redis) (#33185)``
64
107
0 commit comments