Skip to content

Commit

Permalink
adding spacing in dbt command
Browse files Browse the repository at this point in the history
  • Loading branch information
thutuva committed Aug 21, 2024
1 parent 4ab15ac commit 4c41db6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: dbt-build
uses: mwhitaker/[email protected]
with:
dbt_command: 'dbt build --full-refresh --profiles-dir ./integration_tests/profiles/redshift --vars{"input_database":"bcda_synthetic","input_schema":"input_layer"}'
dbt_command: 'dbt build --full-refresh --profiles-dir ./integration_tests/profiles/redshift --vars {"input_database":"bcda_synthetic","input_schema":"input_layer"}'

- name: Get the result
if: ${{ always() }}
Expand Down

0 comments on commit 4c41db6

Please sign in to comment.