Skip to content

Commit 17a73f0

Browse files
Chore: Add tag assertion in selectors tag test (#5518)
1 parent 33ec6d9 commit 17a73f0

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
@@ -215,6 +215,7 @@ def test_exclude_by_dbt_names(
215215
ctx = jaffle_shop_duckdb_context
216216
ctx.load()
217217
assert '"jaffle_shop"."main"."agg_orders"' in ctx.models
218+
assert ctx.get_model('"jaffle_shop"."main"."agg_orders"').tags == ["agg"]
218219

219220
selector = ctx._new_selector()
220221
assert isinstance(selector, DbtSelector)

0 commit comments

Comments
 (0)