-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Joins are not inherited (when extends
is used)
#7137
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
Labels
Comments
Was this fixed in #7433? (released in 0.34.23) EDIT: looks like a different issue was fixed in #7433 – pre-aggs, not joins |
Just to add, defining the parent cube in js and the child in yaml also fails to inherit joins, even if the child yaml cube does not define any additional joins. |
Still the issue for Cube v0.36.7. |
extends
is used)extends
is used)
4 tasks
4 tasks
Closed via #9386 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
From the docs:
However, joins are not indeed inherited.
To Reproduce
Steps to reproduce the behavior:
Error:

Expected behavior
Last query should succeed since
cube_child
should inherit everything fromcube_parent
.Version:
0.33.52
The text was updated successfully, but these errors were encountered: