Skip to content

Inconsistent persistence of database context across chats #1

@boyankostov

Description

@boyankostov

When switching between multiple databases

  • The active database context (DB2) from a newer exploration persists across older chats.
  • Going back to a previous chat (using DB1) and trying to render results reuses DB2's context and generates an error

Steps to recreate:

  1. Add at least 2 databases
  2. Make an exploration with DB1, then click on Show results to make sure results are rendered in the table
  3. Make an exploration with DB2, then click on Show results to make sure results are rendered in the table
  4. Go back to the DB1 chat and try to click on Show results again.
  5. You should see an error similar to the one below if the two databases don't have those matching tables.
Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions