GagandeepSingh20 commented on issue #41245:
URL: https://github.com/apache/superset/issues/41245#issuecomment-4761371329

   Hi, I investigated the code path locally and traced the issue to the **SQL 
Lab** database state flow. `DatabaseSelector` fetches paginated database 
results and passes them to `setDatabases()`. The `SET_DATABASES` reducer 
currently rebuilds and replaces the entire `state.databases` map, which appears 
to remove previously loaded database IDs from Redux. This seems consistent with 
the reported behavior. I'll work on a fix and add a regression test.
   


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