You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: providers/google/docs/changelog.rst
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,21 +80,22 @@ Changelog
80
80
Breaking changes
81
81
~~~~~~~~~~~~~~~~
82
82
83
-
* ``Delete google provider deprecated items sheduled for Jan 2026 (#62802)``
83
+
* ``Remove deprecated classes scheduled for January 2026 (#62802)``
84
+
* ``Remove deprecated classes scheduled for March 2026 (#64098)``
84
85
85
86
Features
86
87
~~~~~~~~
87
88
88
89
* ``Add drift detection and optional recreation to ComputeEngineInsertInstanceOperator (#61830)``
89
-
* ``Return destination GCS URIs from ADLSToGCSOperator (#61463)``
90
-
* ``Return GCS URIs from GoogleAdsToGcsOperator (#61334)``
91
90
* ``Add bounded best-effort cluster deletion when PermissionDenied occurs after cluster creation has been initiated in non-deferrable mode. Deletion is triggered with wait_to_complete=False and retried on FailedPrecondition until cleanup_timeout_seconds is reached, and the original exception is always re-raised. Add unit tests covering cleanup initiation, retry behavior, and error propagation. (#62302)``
92
91
* ``Add ClusterType field for Zero-Scale cluster support (#62207)``
93
-
* ``Adds match_glob to template_fields in GCS operators (#61819)``
92
+
* ``Add match_glob to template_fields in GCS operators (#61819)``
94
93
* ``Add parallel download and upload support to 'GCSTimeSpanFileTransformOperator' (#62196)``
95
94
* ``Add retry logic to BigQueryInsertJobOperator for 429 error (#63181)``
96
95
* ``Add direct-to-triggerer support for DataprocSubmitJobOperator (#62331)``
97
96
* ``Add operators for Google BidManager API (#62521)``
97
+
* ``Return destination GCS URIs from ADLSToGCSOperator (#61463)``
98
+
* ``Return GCS URIs from GoogleAdsToGcsOperator (#61334)``
98
99
99
100
Bug Fixes
100
101
~~~~~~~~~
@@ -111,13 +112,13 @@ Misc
111
112
* ``Add Python 3.14 Support (#64061)``
112
113
* ``Upgrade version of Campaign Manager API to v5 (#62510)``
113
114
* ``Mypy fix errors in kubernetes, fab, google, and amazon providers (#63947)``
115
+
* ``Mypy fix errors in TrinoToGCSOperator (#62998)``
114
116
* ``Remove PyOpenSSL from dependencies (#63869)``
115
117
116
118
.. Below changes are excluded from the changelog. Move them to
117
119
appropriate section above if needed. Do not delete the lines(!):
118
120
* ``Add exception test for GenAICountTokensOperator (#61391)``
119
121
* ``Remove dependency limitations related to FAB's py3.13 incompatibility (#62924)``
120
-
* ``Fix mypy issues from trinodb 0.337.0 (#62998)``
121
122
* ``Replace connexion with FastAPI for FAB provider (#62664)``
122
123
* ``Update provider's compatibility matrix with 2.11.1 (#62295)``
123
124
* ``Suspend Apache Beam Provider due to grpcio limitation (#61926)``
@@ -132,6 +133,7 @@ Misc
132
133
* ``Fix AIR004* in multiple example DAGs (#62529)``
0 commit comments