Skip to content

Commit

Permalink
troubleshooting ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thutuva committed Aug 19, 2024
1 parent fd8a244 commit b062951
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dbt_v1.7.3_bigquery_build_full_refresh.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dbt_v1.7.3_bigquery_build_full_refresh
name: dbt_v1.6.3_bigquery_build_full_refresh

on:
workflow_dispatch:
Expand All @@ -8,7 +8,7 @@ env:
DBT_BIGQUERY_TOKEN: ${{ secrets.TUVA_BIGQUERY_TOKEN }}
TUVA_BIGQUERY_PROJECT: ${{ secrets.TUVA_BIGQUERY_PROJECT }}


jobs:
claims_enabled:
runs-on: ubuntu-latest
Expand All @@ -17,19 +17,19 @@ jobs:
- uses: actions/checkout@v2

- name: dbt-deps
uses: mwhitaker/dbt-action@v1.7.3
uses: mwhitaker/dbt-action@v1.6.3
with:
dbt_command: "dbt deps --profiles-dir ./profiles/bigquery"
dbt_project_folder: "integration_tests"

- name: dbt-debug
uses: mwhitaker/dbt-action@v1.7.3
uses: mwhitaker/dbt-action@v1.6.3
with:
dbt_command: "dbt debug --profiles-dir ./profiles/bigquery"
dbt_project_folder: "integration_tests"

- name: dbt-build
uses: mwhitaker/dbt-action@v1.7.3
uses: mwhitaker/dbt-action@v1.6.3
with:
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/bigquery --vars {"input_database":"bcda_synthetic","input_schema":"input_layer"}'
dbt_project_folder: "integration_tests"
Expand Down

0 comments on commit b062951

Please sign in to comment.