Skip to content

Commit

Permalink
perf: ⚡ Add partial failure support for Google Ads (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: nivaldoh <nivaldo.humbertoo@gmail.com>
  • Loading branch information
joaquimsn and nivaldoh committed May 3, 2021
1 parent a7d1239 commit 488dc58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions megalist_dataflow/uploaders/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def get_ads_service(service_name, version, oauth_credentials, developer_token,
oauth2_client,
'Mds Dataflow',
client_customer_id=customer_id)
client.partial_failure = True
return client.GetService(service_name, version=version)


Expand Down

0 comments on commit 488dc58

Please sign in to comment.