pankajastro commented on code in PR #30516:
URL: https://github.com/apache/airflow/pull/30516#discussion_r1185714643
##########
airflow/providers/google/cloud/hooks/cloud_build.py:
##########
@@ -207,6 +209,11 @@ def create_build(
:param metadata: Optional, additional metadata that is provided to the
method.
"""
+ warnings.warn(
Review Comment:
since we have merged https://github.com/apache/airflow/pull/30975 so we
should use `AirflowProviderDeprecationWarning`.
--
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]