graceguo-supercat commented 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 still not working for me, see 2 issues below:
1. delete query tab with history:

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.

I did downgrade the DB and upgrade again. actually i am using a new computer and db is
cleaned.
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:
users@infra.apache.org
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org
|