[UPDATING] Add metadata cache changes to 0.29.0 (#9050)

This commit is contained in:
John Bodley 2020-01-29 20:22:46 -08:00 committed by GitHub
parent 9f4d8a5090
commit 6416ef51ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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