Skip to content

Commit 488dc58

Browse files
joaquimsnnivaldoh
andauthored
perf: ⚡ Add partial failure support for Google Ads (#10)
Co-authored-by: nivaldoh <[email protected]>
1 parent a7d1239 commit 488dc58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

megalist_dataflow/uploaders/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def get_ads_service(service_name, version, oauth_credentials, developer_token,
3434
oauth2_client,
3535
'Mds Dataflow',
3636
client_customer_id=customer_id)
37+
client.partial_failure = True
3738
return client.GetService(service_name, version=version)
3839

3940

0 commit comments

Comments
 (0)