Skip to content

Commit

Permalink
removed spacing in dbt command causing ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
thutuva committed Aug 20, 2024
1 parent 58c46a3 commit 3eaaec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: dbt-build
uses: mwhitaker/dbt-action@v1.6.3
with:
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/redshift --vars {"input_database":"bcda_synthetic ","input_schema":"raw_data"}'
dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/redshift --vars {"input_database":"bcda_synthetic","input_schema":"raw_data"}'
dbt_project_folder: "integration_tests"

- name: Get the result
Expand Down

0 comments on commit 3eaaec4

Please sign in to comment.