potiuk commented on code in PR #30516:
URL: https://github.com/apache/airflow/pull/30516#discussion_r1174436329


##########
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:
   It depends - look at similar cases where DeprecationWarning is raised - just 
search in our codebase.



-- 
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