cube
cube copied to clipboard
feat(client-core): Cache mode for load method
Check List
- [X] Tests have been run in packages where changes have been made if available
- [X] Linter has been run for changed code
- [X] Tests for the changes have been added if not covered yet
- [X] Docs have been added / updated if required
Issue Reference this PR resolves
Fixes #10107
@hannosgit don't you think it's the same as merged https://github.com/cube-js/cube/pull/10091 ?
@hannosgit don't you think it's the same as merged #10091 ?
No #10091 only added the cacheMode to the /cubesql endpoint.
The documentation states that it should also work for the /load endpoint.
However it seems that it does not work in the backend, see #10109 .