mirror of
https://github.com/FlipsideCrypto/base-models.git
synced 2026-02-06 17:06:45 +00:00
grep (#139)
This commit is contained in:
parent
e6c855091e
commit
0fd5fe4483
@ -44,7 +44,7 @@ jobs:
|
||||
- name: List reorg models
|
||||
id: list_models
|
||||
run: |
|
||||
reorg_model_list=$(dbt list --select "base_models,tag:reorg" --resource-type model --output name | tail -n +4 | awk -F'.' '{print $NF}' | tr '\n' ',' | sed 's/,$//')
|
||||
reorg_model_list=$(dbt list --select "base_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