-
Notifications
You must be signed in to change notification settings - Fork 119
Implement extract_cellset_async #1030
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
Conversation
|
@vmitsenko |
|
@MariusWirtz |
and expose function through `execute_mdx` and `execute_view` leverages `extract_cellset_axes_raw_async` and `extract_cellset_cells_raw_async`functions
ddac11e to
31558ca
Compare
|
I see. The alternative to be introducing another I will stick to currently established patterns. I think long term we can deprecate the |
Actually, adding the |
eebe235 to
665493e
Compare
vmitsenko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small changes added, all tests passed successfully.
Implement
extract_cellset_asyncand expose function throughexecute_mdxandexecute_viewleveragesextract_cellset_axes_raw_asyncandextract_cellset_cells_raw_asyncfunctionsStill lacking test cases but performance improvements are already measurable.