update workflows

This commit is contained in:
mattromano 2024-06-27 09:58:42 -07:00
parent 6d42129278
commit c2c817fe37
2 changed files with 2 additions and 2 deletions

View File

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

View File

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