We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5f309 commit 665d7baCopy full SHA for 665d7ba
google/cloud/bigquery/client.py
@@ -225,10 +225,7 @@ class Client(ClientWithProject):
225
to acquire default credentials.
226
"""
227
228
- SCOPE = ( # type: ignore
229
- "https://www.googleapis.com/auth/bigquery",
230
- "https://www.googleapis.com/auth/cloud-platform",
231
- )
+ SCOPE = ("https://www.googleapis.com/auth/cloud-platform",) # type: ignore
232
"""The scopes required for authenticating as a BigQuery consumer."""
233
234
def __init__(
0 commit comments