rusackas opened a new pull request, #43592: URL: https://github.com/apache/superset/pull/43592
### SUMMARY #38910 added `NATIVE_FILTER_OPTIONS_CACHE_TIMEOUT` to `superset/config.py` so native filter dropdown queries can use their own cache TTL instead of `DATA_CACHE_CONFIG`, but `docs/admin_docs/configuration/cache.mdx` never documented this setting in the main "Chart Cache Timeout" section (it's only mentioned in passing under the later cache warm-up section). This adds a short paragraph next to `DATA_CACHE_CONFIG` explaining the setting, its valid values (`None`/`-1`/`0`/positive int), and where it sits in the timeout precedence chain. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF N/A (docs only) ### TESTING INSTRUCTIONS Render `docs/admin_docs/configuration/cache.mdx` and confirm the new "Chart Cache Timeout" section content is accurate and matches `QueryContextProcessor.get_cache_timeout()`. ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration - [ ] Introduces new feature or API - [ ] Removes existing feature or API Follow-up docs fix identified while triaging #38910. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
