From e2350a25a9d1eb001369f51428609885372304e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CA=88=E1=B5=83=E1=B5=A2?= Date: Sat, 1 Oct 2022 17:03:03 -0700 Subject: [PATCH 1/2] Update cache.mdx --- docs/docs/installation/cache.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/cache.mdx b/docs/docs/installation/cache.mdx index 84d8556c1eb7c..59de17b0da166 100644 --- a/docs/docs/installation/cache.mdx +++ b/docs/docs/installation/cache.mdx @@ -37,7 +37,7 @@ DATA_CACHE_CONFIG = { Both of these libraries can be installed using pip. For chart data, Superset goes up a “timeout search path”, from a slice's configuration -to the datasource’s, the database’s, then ultimately falls back to the global default +to the dataset’s, the database’s, then ultimately falls back to the global default defined in `DATA_CACHE_CONFIG`. ## Celery beat From c031fe0ca5b15d0c400a0c6519dcdd649b5f519a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CA=88=E1=B5=83=E1=B5=A2?= Date: Sat, 1 Oct 2022 17:07:46 -0700 Subject: [PATCH 2/2] Update cache.mdx --- docs/docs/installation/cache.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/cache.mdx b/docs/docs/installation/cache.mdx index 59de17b0da166..9972aa4887e9c 100644 --- a/docs/docs/installation/cache.mdx +++ b/docs/docs/installation/cache.mdx @@ -36,7 +36,7 @@ DATA_CACHE_CONFIG = { Both of these libraries can be installed using pip. -For chart data, Superset goes up a “timeout search path”, from a slice's configuration +For chart data, Superset goes up a “timeout search path”, from a slice's (chart's) configuration to the dataset’s, the database’s, then ultimately falls back to the global default defined in `DATA_CACHE_CONFIG`.