eladkal commented on code in PR #30326:
URL: https://github.com/apache/airflow/pull/30326#discussion_r1149222941


##########
airflow/providers/google/marketing_platform/hooks/display_video.py:
##########
@@ -32,7 +33,7 @@ class GoogleDisplayVideo360Hook(GoogleBaseHook):
 
     def __init__(
         self,
-        api_version: str = "v1",
+        api_version: str = "v2",

Review Comment:
   We should consider this as a breaking change (even tough it has to be done 
because V1 is terminated by google)
   You will need to edit provider.yaml and specify version 9.0.0 and also edit 
the changelog with relevant entry 



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