Ujjwaljain16 commented on PR #38910:
URL: https://github.com/apache/superset/pull/38910#issuecomment-4959250631

   @rusackas 
   i verified it using a real dashboard native filter with "dynamically search 
all filter values" enabled
   setting NATIVE_FILTER_OPTIONS_CACHE_TIMEOUT = 180 resulted in:
   
   first search: cache miss (is_cached: null), row returned
   immediate repeat: cache hit (is_cached: true)
   after deleting the row and waiting for the 180-sec TTL to expire: 
   cache miss (is_cached: null) and the deleted value no longer appeared 
(rowcount: 0)
   
   this confirms that dynamic native filter option queries honor 
NATIVE_FILTER_OPTIONS_CACHE_TIMEOUT and refresh correctly after the configured 
timeout instead of using the general data cache timeout
   


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

Reply via email to