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

Console breaks when doing table-to-native query relationship #10167

Open
incuedAA opened this issue Mar 13, 2024 · 0 comments
Open

Console breaks when doing table-to-native query relationship #10167

incuedAA opened this issue Mar 13, 2024 · 0 comments
Labels
k/bug Something isn't working

Comments

@incuedAA
Copy link

Version Information

Server Version: v2.37.1
CLI Version (for CLI related issue): v2.37.1

Environment

What is the current behaviour?

I have a table, and on that table I created an array relationship to a native query. This behavior isn't explicitly documented, but does technically work.

However, Now I have issues in the console when trying to access the data tab (only applies to the specific database in which the table/native query belong). This isn't just when trying to go to that specific table, but any table in the database. It just hangs in a "loading data" state.

What is the expected behaviour?

Console works normally

How to reproduce the issue?

  1. create a parent-child array relationship between a table and a native query
  2. apply metadata in yaml file.
  3. navigate anywhere in the console.

Screenshots or Screencast

yaml to configure relationship (from table "metric"):
image

Console:
Error Screenshot

Any possible solutions/workarounds you're aware of?

It seems that the console doesn't explicitly support this kind of relationship, but the engine does.

Keywords

native query, logical model, relationships

@incuedAA incuedAA added the k/bug Something isn't working label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant