mirror of
https://github.com/FlipsideCrypto/analytics-workflow-templates.git
synced 2026-02-06 11:17:52 +00:00
add print dbt
This commit is contained in:
parent
089cc3fe48
commit
7f82f2fa9b
5
.github/workflows/dbt_run_template.yml
vendored
5
.github/workflows/dbt_run_template.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user