zach-data commented on issue #13439: URL: https://github.com/apache/superset/issues/13439#issuecomment-797072394
`RESULTS_BACKEND` is the only cache/backend that is configured to take a function like that. Every other cache type (`THUMBNAIL_CACHE_CONFIG`, `DATA_CACHE_CONFIG`, `CACHE_CONFIG`) needs to be represented as a mapping since it is merged to another dict. They share an overloaded type hint that is a bit misleading when paired with the incorrect documentation. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
