We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ec6d9 commit 17a73f0Copy full SHA for 17a73f0
tests/dbt/cli/test_selectors.py
@@ -215,6 +215,7 @@ def test_exclude_by_dbt_names(
215
ctx = jaffle_shop_duckdb_context
216
ctx.load()
217
assert '"jaffle_shop"."main"."agg_orders"' in ctx.models
218
+ assert ctx.get_model('"jaffle_shop"."main"."agg_orders"').tags == ["agg"]
219
220
selector = ctx._new_selector()
221
assert isinstance(selector, DbtSelector)
0 commit comments