mirror of
https://github.com/FlipsideCrypto/kaia-models.git
synced 2026-02-06 13:36:44 +00:00
update workflows
This commit is contained in:
parent
6d42129278
commit
c2c817fe37
2
.github/workflows/dbt_run_heal_models.yml
vendored
2
.github/workflows/dbt_run_heal_models.yml
vendored
@ -42,4 +42,4 @@ jobs:
|
||||
dbt deps
|
||||
- name: Run DBT Jobs
|
||||
run: |
|
||||
dbt run -m "blast_models,tag:heal" --vars '{"HEAL_MODEL":True}'
|
||||
dbt run -m "kaia_models,tag:heal" --vars '{"HEAL_MODEL":True}'
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
- name: List reorg models
|
||||
id: list_models
|
||||
run: |
|
||||
reorg_model_list=$(dbt list --select "blast_models,tag:reorg" --resource-type model --output name | grep '__' | awk -F'.' '{print $NF}' | tr '\n' ',' | sed 's/,$//')
|
||||
reorg_model_list=$(dbt list --select "kaia_models,tag:reorg" --resource-type model --output name | grep '__' | awk -F'.' '{print $NF}' | tr '\n' ',' | sed 's/,$//')
|
||||
echo "model_list=$reorg_model_list" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Execute block_reorg macro
|
||||
|
||||
Loading…
Reference in New Issue
Block a user