From 3e9396c6e4e07dec66488d40ead96728b27a6cd2 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:11:55 -0400 Subject: [PATCH] docs(bigquery): add update-adc flag to gcloud auth login (#10172) --- docs/backends/bigquery.qmd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/backends/bigquery.qmd b/docs/backends/bigquery.qmd index 1522221c8b37..966c100a2e6b 100644 --- a/docs/backends/bigquery.qmd +++ b/docs/backends/bigquery.qmd @@ -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 ``` For any authentication problems, or information on other ways of authenticating,