From e215437dc1cea6a8329a94c9027c8158e4eaf6e3 Mon Sep 17 00:00:00 2001 From: sungchun12 Date: Tue, 23 Feb 2021 14:37:52 -0600 Subject: [PATCH] update readme instructions for auth and project --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18baeea..204a9b1 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ export DBT_PROFILES_DIR=$(pwd) export PROJECT_ID="your-project-id" # connect to GCP -gcloud auth application-default login +gcloud auth login # check if the dbt files and connection work using oauth as the default dbt debug @@ -159,7 +159,7 @@ gcloud services enable run.googleapis.com # build the docker image locally and tag it to eventually push to container registry # does not take into account gitignore constraints given it's built locally # ex: docker build . --tag gcr.io/wam-bam-258119/dbt-docs-cloud-run -export PROJECT_ID="wam-bam-258119" +export PROJECT_ID="dvc-demo-297316" export IMAGE="dbt-docs-cloud-run" export REGION="us-central1"