turbaszek commented on a change in pull request #18184:
URL: https://github.com/apache/airflow/pull/18184#discussion_r706774453



##########
File path: UPDATING.md
##########
@@ -1777,6 +1777,16 @@ previous one was (project_id, dataset_id, ...) (breaking 
change)
 - `get_tabledata` returns list of rows instead of API response in dict format. 
This method is deprecated in
  favor of `list_rows`. (breaking change)
 
+#### `airflow.providers.google.cloud.hooks.cloud_build.CloudBuildHook`
+
+#### 
`airflow.providers.google.cloud.operators.cloud_build.CloudBuildCreateBuildOperator`
+
+The `api_version` has been removed and will not be used since we migrate 
CloudBuildHook from using
+ Discovery API to native google-cloud-build python library.
+
+The `body` in CloudBuildCreateBuildOperator parameter has been deprecated.

Review comment:
       ```suggestion
   The `body` parameter  in `CloudBuildCreateBuildOperator` has been deprecated.
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to