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
* `region` parameter has no default value.
affected functions/classes:
`DataprocHook.cancel_job`
`DataprocCreateClusterOperator`
`DataprocJobBaseOperator`
* `DataprocJobBaseOperator`: order of parameters has changed
Copy file name to clipboardExpand all lines: airflow/providers/google/CHANGELOG.rst
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,14 @@ Breaking changes
34
34
For more information, see `Deprecation and sunset <https://developers.google.com/google-ads/api/docs/sunset-dates>`_
35
35
and `Upgrading to the newest version <https://developers.google.com/google-ads/api/docs/version-migration>`_
36
36
37
+
* ``DataprocJobBaseOperator``: order of parameters has changed
38
+
39
+
* ``region`` parameter has no default value
40
+
affected functions/classes:
41
+
``DataprocHook.cancel_job``
42
+
``DataprocCreateClusterOperator``
43
+
``DataprocJobBaseOperator``
44
+
37
45
* ``DatastoreHook``: Remove ``datastore_conn_id``. Please use ``gcp_conn_id``
38
46
39
47
* ``CloudBuildCreateBuildOperator``: Remove ``body``. Please use ``build``
0 commit comments