mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Slice level cache_timeout isn't taken into consideration (#2631)
This commit is contained in:
committed by
GitHub
parent
70c6cad0e3
commit
23aeee5a9c
@@ -1199,5 +1199,12 @@ export const controls = {
|
||||
hidden: true,
|
||||
description: 'The id of the active slice',
|
||||
},
|
||||
|
||||
cache_timeout: {
|
||||
type: 'HiddenControl',
|
||||
label: 'Cache Timeout (seconds)',
|
||||
hidden: true,
|
||||
description: 'The number of seconds before expiring the cache',
|
||||
},
|
||||
};
|
||||
export default controls;
|
||||
|
||||
@@ -12,7 +12,7 @@ export const sections = {
|
||||
controlSetRows: [
|
||||
['datasource'],
|
||||
['viz_type'],
|
||||
['slice_id'],
|
||||
['slice_id', 'cache_timeout'],
|
||||
],
|
||||
},
|
||||
sqlaTimeSeries: {
|
||||
|
||||
Reference in New Issue
Block a user