Skip to content

Commit

Permalink
changes to syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
thutuva committed Feb 26, 2024
1 parent c371b6f commit ad3ae65
Showing 1 changed file with 1 addition and 1 deletion.
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/snowflake --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":0,"claims_enabled":1}'
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/snowflake --vars {"input_database":"dev_ci_testing","input_schema":"input_layer","clinical_enabled":"False","claims_enabled":"True"}'
dbt_project_folder: "integration_tests"


Expand Down

0 comments on commit ad3ae65

Please sign in to comment.