-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat(client-core): Cache mode for load method #10125
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
base: master
Are you sure you want to change the base?
Conversation
|
@hannosgit don't you think it's the same as merged #10091 ? |
No #10091 only added the cacheMode to the /cubesql endpoint. |
| timezone?: string; | ||
| // @deprecated | ||
| renewQuery?: boolean; | ||
| cache?: CacheMode; |
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.
While this is working from technical perspective, it's incorrect and differs from what is written in the docs. cache options is a part of the REST API POST Request Body or GET Request queryParams, and not a part of the cube query.
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.
Yes, I was confused because it was not working and I assumed that the docs are wrong. I fixed it now, can you please take a look?
Check List
Issue Reference this PR resolves
Fixes #10107