tuoluzhe8521 commented on issue #36892:
URL: https://github.com/apache/superset/issues/36892#issuecomment-3731795514
I solve it like this
```
from superset.extensions import db
try:
if superset_app.app_context():
db.session.remove()
except RuntimeError:
pass
```
--
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]