From 6416ef51fffea9dc13ee2a89ac8fb3b72bb14239 Mon Sep 17 00:00:00 2001 From: John Bodley <4567245+john-bodley@users.noreply.github.com> Date: Wed, 29 Jan 2020 20:22:46 -0800 Subject: [PATCH] [UPDATING] Add metadata cache changes to 0.29.0 (#9050) --- UPDATING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPDATING.md b/UPDATING.md index 533414fce..2e9c85a49 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -153,6 +153,8 @@ the deploy finishes). * India was removed from the "Country Map" visualization as the geojson file included in the package was very large +* [5933](https://github.com/apache/incubator-superset/pull/5933)/[6078](https://github.com/apache/incubator-superset/pull/6078): changes which add schema and table metadata cache timeout logic at the database level. If left undefined caching of metadata is disabled. + ## Superset 0.28.0 * Support for Python 2 is deprecated, we only support >=3.6 from `0.28.0` onwards