Skip to content

Commit

Permalink
Switch to google ads v13 (#31369)
Browse files Browse the repository at this point in the history
Switch the API used by google ads to v13 (v12 will be sunset soon)
  • Loading branch information
potiuk committed May 18, 2023
1 parent 76e2e04 commit d677a26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions airflow/providers/google/ads/hooks/ads.py
Expand Up @@ -23,9 +23,9 @@

from google.ads.googleads.client import GoogleAdsClient
from google.ads.googleads.errors import GoogleAdsException
from google.ads.googleads.v12.services.services.customer_service import CustomerServiceClient
from google.ads.googleads.v12.services.services.google_ads_service import GoogleAdsServiceClient
from google.ads.googleads.v12.services.types.google_ads_service import GoogleAdsRow
from google.ads.googleads.v13.services.services.customer_service import CustomerServiceClient
from google.ads.googleads.v13.services.services.google_ads_service import GoogleAdsServiceClient
from google.ads.googleads.v13.services.types.google_ads_service import GoogleAdsRow
from google.api_core.page_iterator import GRPCIterator
from google.auth.exceptions import GoogleAuthError

Expand Down

0 comments on commit d677a26

Please sign in to comment.