ricardograca-scratch commented on code in PR #23410: URL: https://github.com/apache/beam/pull/23410#discussion_r983251363
########## sdks/python/apache_beam/internal/gcp/auth.py: ########## @@ -45,6 +45,7 @@ _LOGGER = logging.getLogger(__name__) CLIENT_SCOPES = [ + 'https://www.googleapis.com/auth/cloud-platform', 'https://www.googleapis.com/auth/bigquery', 'https://www.googleapis.com/auth/cloud-platform', Review Comment: Looks like the scope is already there, so this change isn't actually doing anything. -- 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]
