Skip to content

Commit f114029

Browse files
committed
chore: small dbt test addition
1 parent 17a73f0 commit f114029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/dbt/cli/test_selectors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def test_select_by_dbt_names(
165165
ctx = jaffle_shop_duckdb_context
166166
ctx.load()
167167
assert '"jaffle_shop"."main"."agg_orders"' in ctx.models
168+
assert ctx.get_model('"jaffle_shop"."main"."agg_orders"').tags == ["agg"]
168169

169170
selector = ctx._new_selector()
170171
assert isinstance(selector, DbtSelector)

0 commit comments

Comments
 (0)