enso-org / enso

Enso Analytics is a self-service data prep and analysis platform designed for data teams.
https://ensoanalytics.com
Apache License 2.0
7.36k stars 322 forks source link

Visualization is not displayed after a node is evaluated to error #11426

Open 4e6 opened 1 week ago

4e6 commented 1 week ago

Issue

The visualization is always blank after the node is evaluated to error.

Expected

The visualization is displayed.

How to reproduce

The video below displays the issue:

  1. Open the visualization of the length node. The json : 41 message is received, and the visualization is displayed
  2. Connect 1 to the length node. The visualization disappears
  3. Connect text to the length node. The json : 41 message is received but no visualization is displayed

https://github.com/user-attachments/assets/abee6bde-240f-409a-8c83-4118b409571d

enso-bot[bot] commented 3 days ago

Ilya Bogdanov reports a new STANDUP for yesterday (2024-10-31):

Progress: Investigating the issue. It is caused by stale visualization data provided for the wrong visualization. It should be finished by 2024-11-01.

enso-bot[bot] commented 12 hours ago

Ilya Bogdanov reports a new STANDUP for the provided date (2024-11-01):

Progress: Implemented reconnection of visualizations when the visualization kind is changing. Investigating error reporting for custom visualizations. It should be finished by 2024-11-05.