diff --git a/.github/workflows/cloud_run.yml b/.github/workflows/cloud_run.yml index 17fa0d6..d9d6af4 100644 --- a/.github/workflows/cloud_run.yml +++ b/.github/workflows/cloud_run.yml @@ -8,7 +8,7 @@ on: env: #TODO(developer): update PROJECT_ID, REGION, IMAGE - PROJECT_ID: "wam-bam-258119" + PROJECT_ID: "dvc-demo-297316" REGION: "us-central1" IMAGE: "dbt-docs-cloud-run" DBT_PROFILES_DIR: ./ @@ -32,7 +32,7 @@ jobs: # Setup dbt configs - uses: actions/setup-python@v1 with: - python-version: "3.7.x" + python-version: "3.8.x" - run: pip3 install -r ./requirements.txt - run: dbt --version - run: 'echo "$KEYFILE" > ./service_account.json' # persist file in root dir diff --git a/.github/workflows/dbt_operations.yml b/.github/workflows/dbt_operations.yml index 3be09ed..75eec27 100644 --- a/.github/workflows/dbt_operations.yml +++ b/.github/workflows/dbt_operations.yml @@ -8,7 +8,7 @@ on: env: #TODO(developer): update PROJECT_ID - PROJECT_ID: "wam-bam-258119" + PROJECT_ID: "dvc-demo-297316" DBT_PROFILES_DIR: ./ DBT_GOOGLE_BIGQUERY_KEYFILE: ./service_account.json @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-python@v1 with: - python-version: "3.7.x" + python-version: "3.8.x" - run: pip3 install -r ./requirements.txt - run: dbt --version - run: 'echo "$KEYFILE" > ./service_account.json' # persist file in root dir