diff --git a/.github/workflows/dbt_run_template.yml b/.github/workflows/dbt_run_template.yml index 8c22949..3f86856 100644 --- a/.github/workflows/dbt_run_template.yml +++ b/.github/workflows/dbt_run_template.yml @@ -60,10 +60,6 @@ jobs: 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 }}