Skip to content

Commit

Permalink
update readme instructions for auth and project
Browse files Browse the repository at this point in the history
  • Loading branch information
sungchun12 committed Feb 23, 2021
1 parent fe25af3 commit e215437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit e215437

Please sign in to comment.