-
Notifications
You must be signed in to change notification settings - Fork 4
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
[bug] WIP fix to deduplicate drilldowns #195
base: master
Are you sure you want to change the base?
[bug] WIP fix to deduplicate drilldowns #195
Conversation
@hwchen what do you think so far? The only thing I might suggest adding so far would be a test case for the |
Thanks again @AnthonyHewins for your work, really sorry I've been slow to respond, I'm a bit busy at the moment. |
Thanks for the comments, I just updated my PR. Added logic to check that measures and drilldowns both exist. Also made the assertions more verbose to make sure it was picking up on the right error. Apologize if I'm lacking a bit of knowledge in the OLAP domain...I learned about them very briefly about 3-4 years ago and it wasn't in-depth. I will put aside some time to get up to speed, it's a realm I'm going to encounter anyways at some point. |
@AnthonyHewins this is looking very good! I will take a closer look tomorrow and test it out |
Looks good to me so far. @hwchen in terms of hooking this up, were you thinking that this would get called in |
yup @jspeis that sounds good. |
@AnthonyHewins would you feel comfortable hooking up your We're happy to help if you have any questions! |
Absolutely, this weekend is probably when I can get around to doing that. I may have some questions along the way but I'll just post them after I make a commit |
Great! And feel free to let us know if you have any questions
…On Thu, Oct 10, 2019, 12:00 PM adm ***@***.***> wrote:
Absolutely, this weekend is probably when I can get around to doing that.
I may have some questions along the way but I'll just post them after I
make a commit
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#195?email_source=notifications&email_token=AAAVMHN7BKKXVUEIM6T7YKTQN5GRRA5CNFSM4IWYYS3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEA434NI#issuecomment-540655157>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAVMHKR3EFZEVIE4FIFMKTQN5GRRANCNFSM4IWYYS3A>
.
|
Sorry it's taken some time, things got a little crazy the past two weeks, but I have gotten around to implementing part of it. I want to spend some time with actix so I know how to properly send the right error with |
@AnthonyHewins thanks for sharing! EDIT: sorry misread originally. let us know whenever is good! Thanks again for your contributions! |
This is definitely not done, but if you want to check if this is anywhere in the expected ballpark, please go ahead