This is an automated email from the ASF dual-hosted git repository. tai pushed a commit to branch nytai-patch-1 in repository https://gitbox.apache.org/repos/asf/superset.git
commit e2350a25a9d1eb001369f51428609885372304e6 Author: ʈᵃᵢ <[email protected]> AuthorDate: Sat Oct 1 17:03:03 2022 -0700 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 84d8556c1e..59de17b0da 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
