shahar1 commented on code in PR #39203: URL: https://github.com/apache/beam/pull/39203#discussion_r3998974060
########## sdks/python/apache_beam/internal/gcp/auth.py: ########## @@ -82,6 +82,59 @@ def get_service_credentials(pipeline_options): return _Credentials.get_service_credentials(pipeline_options) +def with_quota_project(credentials, quota_project_id): Review Comment: The call takes about 0.6 microseconds, so we don't really gain a meaningful performance benefit here -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
