Skip to content

Commit

Permalink
updated github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thutuva committed Feb 27, 2024
1 parent 3956f85 commit 7cd678d
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: dbt-build
uses: mwhitaker/[email protected]
with:
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/bigquery --vars {"input_database":"dev-ci-testing","input_schema":"input_layer","clinical_enabled":"false","claims_enabled":"true"}'
dbt_command: "dbt build --full-refresh --profiles-dir ./profiles/bigquery --vars '{input_database:dev_ci_testing,input_schema:input_layer,clinical_enabled:false,claims_enabled:true}'"
dbt_project_folder: "integration_tests"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: dbt-build
uses: mwhitaker/[email protected]
with:
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/bigquery --vars {"input_database":"dev-ci-testing","input_schema":"input_layer","clinical_enabled":"true","claims_enabled":"true"}'
dbt_command: "dbt build --full-refresh --profiles-dir ./profiles/bigquery --vars '{input_database:dev_ci_testing,input_schema:input_layer,clinical_enabled:true,claims_enabled:true}'"
dbt_project_folder: "integration_tests"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: dbt-build
uses: mwhitaker/[email protected]
with:
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/bigquery --vars {"input_database":"dev-ci-testing","input_schema":"input_layer","clinical_enabled":"true","claims_enabled":"false"}'
dbt_command: "dbt build --full-refresh --profiles-dir ./profiles/bigquery --vars '{input_database:dev_ci_testing,input_schema:input_layer,clinical_enabled:true,claims_enabled:false}'"
dbt_project_folder: "integration_tests"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: dbt-build
uses: mwhitaker/[email protected]
with:
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/redshift --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":"false","claims_enabled":"true"}'
dbt_command: "dbt build --full-refresh --profiles-dir ./profiles/redshift --vars '{input_database:dev_ci_testing,input_schema:input_layer,clinical_enabled:false,claims_enabled:true}'"
dbt_project_folder: "integration_tests"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: dbt-build
uses: mwhitaker/[email protected]
with:
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/redshift --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":"true","claims_enabled":"true"}'
dbt_command: "dbt build --full-refresh --profiles-dir ./profiles/redshift --vars '{input_database:dev_ci_testing,input_schema:input_layer,clinical_enabled:true,claims_enabled:true}'"
dbt_project_folder: "integration_tests"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: dbt-build
uses: mwhitaker/[email protected]
with:
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/redshift --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":"true","claims_enabled":"false"}'
dbt_command: "dbt build --full-refresh --profiles-dir ./profiles/redshift --vars '{input_database:dev_ci_testing,input_schema:input_layer,clinical_enabled:true,claims_enabled:false}'"
dbt_project_folder: "integration_tests"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: dbt-build
uses: mwhitaker/[email protected]
with:
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/snowflake --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":"true","claims_enabled":"true"}'
dbt_command: "dbt build --full-refresh --profiles-dir ./profiles/snowflake --vars '{input_database:dev_ci_testing,input_schema:input_layer,clinical_enabled:true,claims_enabled:true}'"
dbt_project_folder: "integration_tests"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: dbt-build
uses: mwhitaker/[email protected]
with:
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/snowflake --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":"true","claims_enabled":"false"}'
dbt_command: "dbt build --full-refresh --profiles-dir ./profiles/snowflake --vars '{input_database:dev_ci_testing,input_schema:input_layer,clinical_enabled:true,claims_enabled:false}'"
dbt_project_folder: "integration_tests"


Expand Down
44 changes: 0 additions & 44 deletions .github/workflows/dbt_v1.7.3_bigquery_build_full_claims.yml

This file was deleted.

0 comments on commit 7cd678d

Please sign in to comment.