Skip to content

Commit 4161a29

Browse files
authored
Only show models in intersection script (#3672)
1 parent 1497a2c commit 4161a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dunesql_spark_empty_intersection.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
res=$(comm -12 <( dbt ls --select resource_type:model --exclude tag:dunesql | sort ) <( dbt ls --exclude resource_type:source --select 1+tag:dunesql+1,resource_type:model | sort ))
5+
res=$(comm -12 <( dbt ls --resource-type model --select resource_type:model --exclude tag:dunesql | sort ) <( dbt ls --resource-type model --select 1+tag:dunesql+1,resource_type:model | sort ))
66
if [ -z "$res" ]; then
77
exit 0
88
else

0 commit comments

Comments
 (0)