From 4c41db6b4ac56e175a08e0fc72421b3fb045863a Mon Sep 17 00:00:00 2001 From: thutuva <101137626+thutuva@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:20:33 -0400 Subject: [PATCH] adding spacing in dbt command --- .github/workflows/dbt_v1.6.3_redshift_build_full_refresh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_v1.6.3_redshift_build_full_refresh.yml b/.github/workflows/dbt_v1.6.3_redshift_build_full_refresh.yml index c985f4e..c66f298 100644 --- a/.github/workflows/dbt_v1.6.3_redshift_build_full_refresh.yml +++ b/.github/workflows/dbt_v1.6.3_redshift_build_full_refresh.yml @@ -31,7 +31,7 @@ jobs: - name: dbt-build uses: mwhitaker/dbt-action@v1.6.3 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() }}