Skip to content

Commit

Permalink
docs(bigquery): add update-adc flag to gcloud auth login (ibis-projec…
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and ncclementi committed Sep 24, 2024
1 parent f34106f commit 3e9396c
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 3e9396c

Please sign in to comment.