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
Describe the bug
Breadcrumbs do not work for .yaml models in a CH backed project. Therefore when pushing to main, RC doesn't seem to know which sources to refresh in which order requiring manual refreshes, also in RD its hard to know how some of these models line up.
To Reproduce
Steps to reproduce the behavior:
Create CH backed project,
Create model --> model --> model --> metrics
Check Breadcrumb
Only see Final_model -> metrics -> explore
Expected behavior
breadcrumbs should work as in Duckdb based project.
Screenshots
The text was updated successfully, but these errors were encountered:
@royendo Are you using {{ ref "underlying_model" }} when referencing models from other models? That is necessary for ClickHouse models (because we don't have the ability to parse ClickHouse SQL to infer what it references).
@begelundmuller I forgot about that! im testing it out and seeing some inconsistent behavior also, the "Referenced in this model" on the right hand panel gets cleared when using {{ ref "model }}
Describe the bug
Breadcrumbs do not work for .yaml models in a CH backed project. Therefore when pushing to main, RC doesn't seem to know which sources to refresh in which order requiring manual refreshes, also in RD its hard to know how some of these models line up.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
breadcrumbs should work as in Duckdb based project.
Screenshots
The text was updated successfully, but these errors were encountered: