From 7f82f2fa9bdd6dfce75dc2ccc27b1fdb21edee52 Mon Sep 17 00:00:00 2001 From: Jack Forgash Date: Tue, 11 Jul 2023 09:35:26 -0600 Subject: [PATCH] add print dbt --- .github/workflows/dbt_run_template.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/dbt_run_template.yml b/.github/workflows/dbt_run_template.yml index 34c3ace..8c22949 100644 --- a/.github/workflows/dbt_run_template.yml +++ b/.github/workflows/dbt_run_template.yml @@ -59,6 +59,11 @@ jobs: run: | pip3 install dbt-snowflake==${{ env.DBT_VERSION }} cli_passthrough requests click dbt deps + + - name: Print dbt command + run: | + echo ${{ inputs.dbt_command }} + - name: Run DBT Jobs run: | ${{ inputs.dbt_command }}