Merge pull request #10 from FlipsideCrypto/add_dbt_cmd_log

add print dbt
This commit is contained in:
Jack Forgash 2023-07-11 10:02:54 -06:00 committed by GitHub
commit 7ae34ea978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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