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 }}