Skip to content

Commit

Permalink
docs(bigquery): add update-adc flag to gcloud auth login (#10172)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Sep 19, 2024
1 parent 1c91d65 commit 82e9ba0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/backends/bigquery.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,13 @@ The simplest way to authenticate with the BigQuery backend is to use [Google's `
Once you have `gcloud` installed, you can authenticate to BigQuery (and other Google Cloud services) by running

```sh
gcloud auth login
gcloud auth login --update-adc
```

You will also likely want to configure a default project:

```sh
gcloud config set core/project <project_id>
```

For any authentication problems, or information on other ways of authenticating,
Expand Down

0 comments on commit 82e9ba0

Please sign in to comment.