You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there are only tables shown in dashboard. This was because when we develop dashboard in early stage, we don't care about schema & databases a lot. But today I think we need to fix it.
Note
Currently we are using the internal table catalog message to pass the information from Meta node to dashboard web frontend.
Currently, there are only tables shown in dashboard. This was because when we develop dashboard in early stage, we don't care about schema & databases a lot. But today I think we need to fix it.
Note
Currently we are using the internal table catalog message to pass the information from Meta node to dashboard web frontend.
Example:
risingwave/proto/catalog.proto
Lines 143 to 182 in 3daa160
Unfortunately, there are only database & schema IDs. This is reasonable because it's designed to be used internally in Meta service.
I think it's time to introduce a tailored message proto for dashboard display.
The text was updated successfully, but these errors were encountered: