add print dbt

This commit is contained in:
Jack Forgash 2023-07-11 09:35:26 -06:00
parent 089cc3fe48
commit 7f82f2fa9b

View File

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