We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca8cb3 commit e536908Copy full SHA for e536908
.github/workflows/get-metrics.py
@@ -31,7 +31,7 @@
31
'universe_domain': 'googleapis.com',
32
}
33
34
-print(credentials_dict['private_key'][0:50])
+print(credentials_dict)
35
client = BetaAnalyticsDataClient.from_service_account_info(credentials_dict)
36
37
0 commit comments