restrict list to models, tests and exposures
This commit is contained in:
parent
5d92c43215
commit
229ab901d1
1 changed files with 4 additions and 1 deletions
|
|
@ -67,7 +67,10 @@ steps:
|
||||||
set -a && source .env && set +a
|
set -a && source .env && set +a
|
||||||
|
|
||||||
echo "Running dbt ls so you see what models are selected."
|
echo "Running dbt ls so you see what models are selected."
|
||||||
dbt ls --select "state:modified" --state ~/dbt-ci/master-artifacts/
|
dbt ls \
|
||||||
|
--select "state:modified" \
|
||||||
|
--state ~/dbt-ci/master-artifacts/ \
|
||||||
|
--resource-types model,test,exposure
|
||||||
displayName: 'Run dbt list'
|
displayName: 'Run dbt list'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue