-
Notifications
You must be signed in to change notification settings - Fork 21
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
Investigate porting issue #57 #555
Comments
@jasonthomas Can you please re-enable my Athena connection so I can run tests cases on this? |
@alison985 sent you credentials via email. |
I've been going back and forth with Jason. Asked my next question. |
I can test this on my local with upstream master code now. In PR #91 I implemented 2 warnings: The original query with the problem in #57 has 2 dimensions and 1 measure. When I play with making charts based on that outcome I get an inaccurate chart if I don't have a groupby. The chart will work with or without stacking so I won't port that warning. |
PR upstream getredash#3115 |
Our PR has been made moot and this is most likely going to be fixed in getredash#1742 by adding the ability to aggregate same values. I'm not sure if we should continue having this feature, since porting to redash-stmo is much harder given the code path involved. @emtwo @washort Do you have an opinion on this? |
As was pointed out in the upstream PR this does prohibit valid cases right now. I'd consider removing this and perhaps doing some discussion with users about the UX for creating these plots. |
We're closing this for now since we think we won't be porting this to upstream but will consider removing the feature once getredash#1742 is fixed differently. We may also just remove it once we get to a fork-free status since it's not a high-prio feature. |
Give warning/error msg on inaccurate graph config
#57, PR: #91
Investigating since I'm not sure if there is a similar feature now upstream.
The text was updated successfully, but these errors were encountered: