mirror of
https://github.com/FlipsideCrypto/analytics-workflow-templates.git
synced 2026-02-06 11:17:52 +00:00
test
This commit is contained in:
parent
1e161790ac
commit
c1144f942c
5
.github/workflows/run_chain_template.yml
vendored
5
.github/workflows/run_chain_template.yml
vendored
@ -2,6 +2,11 @@ name: dbt_run
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
dbt_command:
|
||||
type: string
|
||||
description: 'dbt commands to run'
|
||||
required: true
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: ./
|
||||
|
||||
Loading…
Reference in New Issue
Block a user