tnk-ysk commented on code in PR #30516:
URL: https://github.com/apache/airflow/pull/30516#discussion_r1167684299
##########
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:
@pankajastro
Thank you for your review. I have reverted the changes based on your
feedback.
If you happen to know, could you please tell me what is the common way to
deprecate a method in Airflow?
--
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]