Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClickHouse breadcrumb not working past Explore -> Metrics -> Final_model #6848

Open
royendo opened this issue Mar 7, 2025 · 2 comments
Open
Assignees
Labels
Type:Bug Something isn't working

Comments

@royendo
Copy link
Contributor

royendo commented Mar 7, 2025

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:

  1. Create CH backed project,
  2. Create model --> model --> model --> metrics
  3. Check Breadcrumb
  4. Only see Final_model -> metrics -> explore

Expected behavior
breadcrumbs should work as in Duckdb based project.

Screenshots

Image

@royendo royendo added the Type:Bug Something isn't working label Mar 7, 2025
@begelundmuller
Copy link
Contributor

@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 begelundmuller self-assigned this Mar 11, 2025
@royendo
Copy link
Contributor Author

royendo commented Mar 11, 2025

@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 }}

Dont see orb_subscription in the breadcrumb
Image
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants