MarquezProject / marquez

Collect, aggregate, and visualize a data ecosystem's metadata
https://marquezproject.ai
Apache License 2.0
1.78k stars 320 forks source link

[UI] When an error is displayed on the UI, the error message will remain on the screen even after several action that doesn't raise errors #2888

Closed dkt-sophie-ly closed 2 months ago

dkt-sophie-ly commented 2 months ago

Sometime when marquez API return 400 or 500 errors the UI will display an error like that for example:

image

But if I click on something else (another page not related to the first error) the error (the yellow box) will still remain on the UI until the page is refreshed:

Ex: job run image

In order to make this error disappear from the screen we need to refresh the page but it's not very convenient and may be confusing for the users. Can we display the error only on the page that trigger this error ? And not on all page afterwards ?

phixMe commented 2 months ago

I'll get this fixed for you right now, this is from many years ago, and never got fixed.