Skip to content

Commit cfe759d

Browse files
authored
Switch default Google ads to v13 (#31382)
1 parent e065f6a commit cfe759d

File tree

1 file changed

+1
-1
lines changed
  • airflow/providers/google/ads/hooks

1 file changed

+1
-1
lines changed

airflow/providers/google/ads/hooks/ads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class GoogleAdsHook(BaseHook):
7373
:return: list of Google Ads Row object(s)
7474
"""
7575

76-
default_api_version = "v12"
76+
default_api_version = "v13"
7777

7878
def __init__(
7979
self,

0 commit comments

Comments
 (0)