graceguo-supercat edited a comment on issue #8060: SIP-23: Persist SQL Lab 
state in the backend
URL: 
https://github.com/apache/incubator-superset/pull/8060#issuecomment-533037917
 
 
   @betodealmeida deleting tab is still **not** working for me, see 2 issues 
below:
   1. First, delete a few query tabs with history. When you open new tab, old 
history will show up in the newly created tabs:
   
![ukBI5PTHkw](https://user-images.githubusercontent.com/27990562/65283464-0efb5480-daec-11e9-9a2c-b933039dbc7f.gif)
   
   
   2. create new empty tab, reload page, delete empty tab => first query tab 
became empty.
   there is no JS error thrown, i guess there is something wrong in the 
re-render logic.
   
![1NBkpHAumN](https://user-images.githubusercontent.com/27990562/65229444-23563780-da81-11e9-844d-75579d7fbcfc.gif)
   
   
   I did downgrade the DB and upgrade again. actually i am using a new computer 
and db is clean.
   this is my local config: 
   ```
   CACHE_CONFIG = {
       'CACHE_TYPE': 'redis',
       'CACHE_REDIS_URL': 'redis://localhost:6379/0',
   }
   RESULTS_BACKEND = RedisCache(
       host='localhost',
       port=6379,
       key_prefix='superset_results',
   )
   
   DEFAULT_FEATURE_FLAGS = {
       "SQLLAB_BACKEND_PERSISTENCE": True,
   }
   ```
   
   Do i miss any 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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to