shahar1 commented on code in PR #39203: URL: https://github.com/apache/beam/pull/39203#discussion_r3999176524
########## 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 derived credential can lose token or expiry information, so caching could preserve invalid state. Removed credential derivation, and instead the quota-project header is now configured directly on each client. -- 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]
