From 974fc070be2e9cf93257e29693a6319d815b2ae7 Mon Sep 17 00:00:00 2001 From: thutuva <101137626+thutuva@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:27:44 -0400 Subject: [PATCH] troubleshooting ci --- .../workflows/dbt_v1.7.3_redshift_build_full_refresh.yml | 6 +++--- .../workflows/dbt_v1.7.3_snowflake_build_full_refresh.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dbt_v1.7.3_redshift_build_full_refresh.yml b/.github/workflows/dbt_v1.7.3_redshift_build_full_refresh.yml index 17e08b6..930676b 100644 --- a/.github/workflows/dbt_v1.7.3_redshift_build_full_refresh.yml +++ b/.github/workflows/dbt_v1.7.3_redshift_build_full_refresh.yml @@ -21,19 +21,19 @@ jobs: - name: dbt-deps uses: mwhitaker/dbt-action@v1.7.3 with: - dbt_command: "dbt deps --profiles-dir .integration_tests/profiles/redshift" + dbt_command: "dbt deps --profiles-dir ./profiles/redshift" dbt_project_folder: "integration_tests" - name: dbt-debug uses: mwhitaker/dbt-action@v1.7.3 with: - dbt_command: "dbt debug --profiles-dir .integration_tests/profiles/redshift" + dbt_command: "dbt debug --profiles-dir ./profiles/redshift" dbt_project_folder: "integration_tests" - name: dbt-build uses: mwhitaker/dbt-action@v1.7.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 ./profiles/redshift --vars {"input_database":"bcda_synthetic ","input_schema":"input_layer"}' dbt_project_folder: "integration_tests" - name: Get the result diff --git a/.github/workflows/dbt_v1.7.3_snowflake_build_full_refresh.yml b/.github/workflows/dbt_v1.7.3_snowflake_build_full_refresh.yml index eb4d234..70ce64c 100644 --- a/.github/workflows/dbt_v1.7.3_snowflake_build_full_refresh.yml +++ b/.github/workflows/dbt_v1.7.3_snowflake_build_full_refresh.yml @@ -22,19 +22,19 @@ jobs: - name: dbt-deps uses: mwhitaker/dbt-action@v1.6.3 with: - dbt_command: "dbt deps --profiles-dir .integration_tests/profiles/snowflake" + dbt_command: "dbt deps --profiles-dir ./profiles/snowflake" dbt_project_folder: "integration_tests" - name: dbt-debug uses: mwhitaker/dbt-action@v1.6.3 with: - dbt_command: "dbt debug --profiles-dir .integration_tests/profiles/snowflake" + dbt_command: "dbt debug --profiles-dir ./profiles/snowflake" dbt_project_folder: "integration_tests" - name: dbt-build uses: mwhitaker/dbt-action@v1.6.3 with: - dbt_command: 'dbt build --full-refresh --profiles-dir .integration_tests/profiles/snowflake --vars {"input_database":"bcda_synthetic","input_schema":"input_layer"}' + dbt_command: 'dbt build --full-refresh --profiles-dir ./profiles/snowflake --vars {"input_database":"bcda_synthetic","input_schema":"input_layer"}' dbt_project_folder: "integration_tests" - name: Get the result