You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lineage visualization fails to render when including saved_queries within models/_properties.yml.
Steps To Reproduce
semantic_models:
- name: my_semantic_modelmodel: ref('metricflow_time_spine')# model: ref('my_model')metrics:
- name: my_metriclabel: my_metrictype: derivedtype_params:
expr: revenue - costsaved_queries:
- name: p0_bookingdescription: Booking-related metrics that are of the highest priority.query_params:
metrics:
- my_metric
dbt docs generate
dbt docs serve
Expected behavior
I expected to see the entire lineage instead of a blank lineage:
Screenshots and log output
The output of dbt --version:
Core:
- installed: 1.7.4
- latest: 1.7.4 - Up to date!
Plugins:
- databricks: 1.7.3 - Up to date!
- bigquery: 1.7.2 - Up to date!
- snowflake: 1.7.1 - Up to date!
- redshift: 1.7.1 - Up to date!
- postgres: 1.7.4 - Up to date!
- duckdb: 1.7.0 - Up to date!
- spark: 1.7.1 - Up to date!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
The lineage visualization fails to render when including
saved_queries
withinmodels/_properties.yml
.Steps To Reproduce
Expected behavior
I expected to see the entire lineage instead of a blank lineage:
Screenshots and log output
The output of
dbt --version
:Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: