-
Notifications
You must be signed in to change notification settings - Fork 117
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
if a dimension column is changed in the model, it breaks the application #1450
Comments
A couple hypotheses:
|
I debugged this a little. It is because we are setting errors only when yaml changes. The errors are available to the component but since yaml content didnt change it doesnt update the metrics object used in the downward components. |
Thanks @AdityaHegde ~ seems like we can also have a check to see if the errors need to be updated and do so accordingly. |
We found that this was because the model itself wasn't being invalidated in |
Steps to reproduce:
create this model –
Auto-generate a dashboard
Add
EXCLUDE LETTER
to modelgo back to dashboard.
I would expect to see some kind of error that the dimension no longer exists.
The text was updated successfully, but these errors were encountered: