eladkal commented on code in PR #30326: URL: https://github.com/apache/airflow/pull/30326#discussion_r1155629619
########## airflow/providers/google/CHANGELOG.rst: ########## @@ -23,6 +23,17 @@ Changelog --------- +9.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +Google announced sunset of Bid manager API v1 and v1.1 by April 27, 2023 for more information +please check: https://developers.google.com/bid-manager/v1.1 As a result default value of ``api_version`` +in ``GoogleDisplayVideo360Hook`` and related operators updated to ``v2`` Review Comment: ```suggestion Google announced sunset of Bid manager API v1 and v1.1 by April 27, 2023 for more information please check: `docs <https://developers.google.com/bid-manager/v1.1>`_ As a result default value of api_version in GoogleDisplayVideo360Hook and related operators updated to v2 ``` -- 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]
