You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/08/29 10:32:37 UTC

[GitHub] [superset] muralikrishnankh opened a new issue, #21234: Native filters doesn't update their cached values after Refresh Dashboard

muralikrishnankh opened a new issue, #21234:
URL: https://github.com/apache/superset/issues/21234

   The Native filters doesn't update their cached values after Refresh Dashboard even though the data is updated in the Database. The Native filters seems to be getting refreshed but the data doesn't get updated.
   
   #### How to reproduce the bug
   
   1. Install any version of Superset
   2. Add some data to the connected Database. I have connected to Clickhouse DB.
   3. Open Superset.
   4. The Native filters will have the added values
   5. Add some more data to the DB
   6. Click Refresh Dashboard on the Dashboard
   
   ### Expected results
   
   The Native Filters data should get updated as per latest data.
   
   ### Actual results
   
   The Native filter data doesn't get refreshed
   
   #### Screenshots
   
   Clicking the Refresh Dashboard:
   ![image](https://user-images.githubusercontent.com/88179228/187179583-cef49be5-eeef-41ce-9250-58123edef928.png)
   
   GIF indicating the Native filters getting refreshed after clicking Refresh Dashboard
   ![image](https://user-images.githubusercontent.com/88179228/187180257-8780b97e-b973-412a-8b29-1433949f4cc2.png)
   
   
   
   ### Environment
   
   (please complete the following information):
   
   - browser type and version: Microsoft Edge Version 104.0.1293.63 (Official build) (64-bit)
   - superset version: Tried in both 1.4.0 and 2.0.0
   - any feature flags active:
   
       FEATURE_FLAGS = {
           "ENABLE_TEMPLATE_PROCESSING": True,
           "ALERT_REPORTS": True
       }
   - Cache setting:
      
     Tried with default cache setting and redis cache. For redis, the following settings were used:
         CACHE_CONFIG = {
           'CACHE_TYPE': 'RedisCache',
           'CACHE_REDIS_URL': f"redis://{env('REDIS_HOST')}:{env('REDIS_PORT')}/0",
           'CACHE_DEFAULT_TIMEOUT': 10,
   
           'CACHE_KEY_PREFIX': 'superset_filter_'
       }
       FILTER_STATE_CACHE_CONFIG = CACHE_CONFIG
   
   
   
   


-- 
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: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Native filters doesn't update their cached values after Refresh Dashboard [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas closed issue #21234: Native filters doesn't update their cached values after Refresh Dashboard
URL: https://github.com/apache/superset/issues/21234


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] billcrook commented on issue #21234: Native filters doesn't update their cached values after Refresh Dashboard

Posted by "billcrook (via GitHub)" <gi...@apache.org>.
billcrook commented on issue #21234:
URL: https://github.com/apache/superset/issues/21234#issuecomment-1741470801

   @Shazad-khan in which version is this fixed?


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Native filters doesn't update their cached values after Refresh Dashboard [superset]

Posted by "unnyns-307 (via GitHub)" <gi...@apache.org>.
unnyns-307 commented on issue #21234:
URL: https://github.com/apache/superset/issues/21234#issuecomment-1746110646

   Hi, I'm experiencing this issue in 2.1.1 too. @Shazad-khan  is this fixed in V.3.0.0?


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] michalmalus commented on issue #21234: Native filters doesn't update their cached values after Refresh Dashboard

Posted by "michalmalus (via GitHub)" <gi...@apache.org>.
michalmalus commented on issue #21234:
URL: https://github.com/apache/superset/issues/21234#issuecomment-1458317715

   Is there any update to this issue?


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] Shazad-khan commented on issue #21234: Native filters doesn't update their cached values after Refresh Dashboard

Posted by "Shazad-khan (via GitHub)" <gi...@apache.org>.
Shazad-khan commented on issue #21234:
URL: https://github.com/apache/superset/issues/21234#issuecomment-1472092070

   This issue has been fixed already please check this issue and close.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Native filters doesn't update their cached values after Refresh Dashboard [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #21234:
URL: https://github.com/apache/superset/issues/21234#issuecomment-2008263503

   I'm not sure if this is still an issue in current versions of Superset (3.x). If it is, we can re-open this, or feel free to open a new issue with updated context and a reproducible case using example data. We're no longer supporting Superset 2.x or prior, and it's been a while since this thread saw any activity, so I'm closing this as stale.
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org