mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Fixing the CACHING (#2203)
Caching wasn't working after deprecate_v1, this addresses it. Also surfacing whether the data is served from cache in explore view and a way to force run the query bypassing the cache.
This commit is contained in:
committed by
GitHub
parent
ce1e18b31b
commit
d5ba88b407
@@ -63,7 +63,7 @@ const px = function () {
|
||||
const container = $(selector);
|
||||
const sliceId = data.slice_id;
|
||||
const formData = applyDefaultFormData(data.form_data);
|
||||
const jsonEndpoint = getExploreUrl(formData, 'table', 'json');
|
||||
const jsonEndpoint = getExploreUrl(formData, 'json');
|
||||
const origJsonEndpoint = jsonEndpoint;
|
||||
let dttm = 0;
|
||||
const stopwatch = function () {
|
||||
|
||||
Reference in New Issue
Block a user