Skip to content
#

sql-editor

Here are 15 public repositories matching this topic...

superset
jinghua-qa
jinghua-qa commented Oct 1, 2021

When user encounter error in dashboard, can we show the specific error information rather than 'Unexpected error'?

For example for Missing dataset error, can we show the error title to bubble up as 'Missing dataset' rather than 'Unexpected error'? It will be easier for user to see specific error right away.

<img width="674" alt="Screen Shot 2021-10-01 at 10 48 24 AM" src="https://user-image

eatonphil
eatonphil commented Oct 1, 2021

Everywhere that a panel references another one in configuration (table, graph, and visual transform panels) they use the index of the panel. This is fragile and I can't remember any reason for it to be like this. Instead these panels should reference panel.id, a uuid, instead of the panel index. This way when panels are reordered or added/removed the reference stays constant.

hue

Improve this page

Add a description, image, and links to the sql-editor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sql-editor topic, visit your repo's landing page and select "manage topics."

Learn more