-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Cannot use Saved Question, when original question uses "Display values"="Use foreign key" #10474
Comments
Fixed by #13202 |
Should we reopen and move the milestone to 38? |
No, it's not an issue in any official releases. |
But it is a regression? |
But it's not in any releases. Issues only get a milestone, when it's fixed in that - this was fixed and a PR before 0.38 has caused a regression, which will be fixed before 0.38.0 - otherwise it will be reopened and regression added. It's mainly tracked in #14629 |
If it's a regression in It doesn't sound like the same issue as #14629, because otherwise I wouldn't have been able to fix #14629 without fixing this |
Describe the bug
When a field in Admin > Data Model has "Display values"="Use foreign key", then the question cannot be used as Saved Question.
It will just return an error that the foreign table column was not found (depending on database, the error might be different):
Invalid column name "TITLE"
Column "source.TITLE" not found
To Reproduce
Steps to reproduce with Sample Dataset:
Column "source.TITLE" not found
Information about your Metabase Installation:
Metabase 0.32.10 (prod) and 0.33.0-RC1 (test)
This used to work in 0.32.9
The text was updated successfully, but these errors were encountered: