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 b062951 commit 07e9a3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dbt_v1.7.3_redshift_build_full_refresh.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dbt_v1.7.3_redshift_build_full_claims
name: dbt_v1.7.3_redshift_build_full_refresh

on:
workflow_dispatch:
Expand All @@ -9,7 +9,6 @@ env:
DBT_REDSHIFT_CI_HOST: ${{ secrets.DBT_REDSHIFT_CI_HOST }}
DBT_REDSHIFT_CI_USER: ${{ secrets.DBT_REDSHIFT_CI_USER }}
DBT_REDSHIFT_CI_PASSWORD: ${{ secrets.DBT_REDSHIFT_CI_PASSWORD }}
DBT_REDSHIFT_CI_PORT: ${{ secrets.DBT_REDSHIFT_CI_PORT }}


jobs:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dbt_v1.7.3_snowflake_build_full_refresh.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dbt_v1.7.3_snowflake_build_full_claims
name: dbt_v1.6.3_snowflake_build_full_refresh
on:
workflow_dispatch:

Expand All @@ -20,19 +20,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 .integration_tests/profiles/snowflake"
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 .integration_tests/profiles/snowflake"
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 .integration_tests/profiles/snowflake --vars {"input_database":"bcda_synthetic","input_schema":"input_layer"}'
dbt_project_folder: "integration_tests"
Expand Down

0 comments on commit 07e9a3a

Please sign in to comment.