We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a73f0 commit f114029Copy full SHA for f114029
tests/dbt/cli/test_selectors.py
@@ -165,6 +165,7 @@ def test_select_by_dbt_names(
165
ctx = jaffle_shop_duckdb_context
166
ctx.load()
167
assert '"jaffle_shop"."main"."agg_orders"' in ctx.models
168
+ assert ctx.get_model('"jaffle_shop"."main"."agg_orders"').tags == ["agg"]
169
170
selector = ctx._new_selector()
171
assert isinstance(selector, DbtSelector)
0 commit comments