Skip to content

Commit

Permalink
Update Google Ads API version from v14 to v15 (#35295)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksYermak committed Nov 3, 2023
1 parent 0a257af commit 64d1085
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions airflow/providers/google/ads/hooks/ads.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
from airflow.providers.google.common.hooks.base_google import get_field

if TYPE_CHECKING:
from google.ads.googleads.v14.services.services.customer_service import CustomerServiceClient
from google.ads.googleads.v14.services.services.google_ads_service import GoogleAdsServiceClient
from google.ads.googleads.v14.services.types.google_ads_service import GoogleAdsRow
from google.ads.googleads.v15.services.services.customer_service import CustomerServiceClient
from google.ads.googleads.v15.services.services.google_ads_service import GoogleAdsServiceClient
from google.ads.googleads.v15.services.types.google_ads_service import GoogleAdsRow
from google.api_core.page_iterator import GRPCIterator


Expand Down Expand Up @@ -72,7 +72,7 @@ class GoogleAdsHook(BaseHook):
:param api_version: The Google Ads API version to use.
"""

default_api_version = "v14"
default_api_version = "v15"

def __init__(
self,
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies:
- gcloud-aio-bigquery>=6.1.2
- gcloud-aio-storage
- gcsfs>=2023.9.2
- google-ads>=21.2.0
- google-ads>=22.1.0
- google-api-core>=2.11.0
- google-api-python-client>=1.6.0
- google-auth>=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
"gcloud-aio-bigquery>=6.1.2",
"gcloud-aio-storage",
"gcsfs>=2023.9.2",
"google-ads>=21.2.0",
"google-ads>=22.1.0",
"google-api-core>=2.11.0",
"google-api-python-client>=1.6.0",
"google-auth-httplib2>=0.0.1",
Expand Down

0 comments on commit 64d1085

Please sign in to comment.