[CT-3073] [Bug] semantic model doesn't work in the "plus" node selection #8546
Labels
backport 1.6.latest
bug
Something isn't working
Impact: Exp
semantic
Issues related to the semantic layer
Milestone
Is this a new bug in dbt-core?
Current Behavior
does not include any metrics
Expected Behavior
should include all metrics
Steps To Reproduce
dbt list -s 'stg_products+'
, and no metrics are not in the list (error)dbt list -s 'metric:jaffle_shop.revenue+'
we can see four metrics (correct)It seems the semantic models are not considered in the plus operator
Relevant log output
$ dbt list -s 'stg_products+' 06:06:02 Running with dbt=1.6.1 06:06:02 Registered adapter: duckdb=1.6.0 06:06:02 Found 10 models, 6 seeds, 18 tests, 6 sources, 0 exposures, 14 metrics, 563 macros, 0 groups, 5 semantic models jaffle_shop.marts.customers jaffle_shop.marts.order_items jaffle_shop.marts.orders jaffle_shop.staging.stg_products jaffle_shop.marts.accepted_values_customers_customer_type__new__returning jaffle_shop.marts.not_null_customers_customer_id jaffle_shop.marts.not_null_orders_order_id jaffle_shop.staging.not_null_stg_products_product_id jaffle_shop.marts.relationships_orders_customer_id__customer_id__ref_stg_customers_ jaffle_shop.marts.unique_customers_customer_id jaffle_shop.marts.unique_orders_order_id
Environment
Which database adapter are you using with dbt?
other (mention it in "Additional Context")
Additional Context
duckdb
The text was updated successfully, but these errors were encountered: