tnk-ysk commented on code in PR #30516:
URL: https://github.com/apache/airflow/pull/30516#discussion_r1174559992
##########
airflow/providers/google/cloud/hooks/cloud_build.py:
##########
@@ -185,54 +185,9 @@ def create_build_without_waiting_for_result(
metadata=metadata,
)
id_ = self._get_build_id_from_operation(operation)
- return operation, id_
-
- @GoogleBaseHook.fallback_to_default_project_id
- def create_build(
Review Comment:
@potiuk
Thank you as always!
I changed create_build to be deprecated as it is an unused old method.
https://github.com/apache/airflow/pull/30516/commits/e1cd56d53d28c34d1a23f938bd037f92dba2e338
--
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]