Metabase UI Visibility Depends on pg_catalog Permissions in RisingWave #24156
rmbeddor14
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR if you can't see the MVs in the metabase UI, change your connecting user's permissions
ALTER USER user_name WITH SUPERUSER;here's the query that metabase sends risingwave to poll the schema (and subsequently create the clickable "tables" that you can use in the UI):
If your user can't access this info because they don't have access to this catalog/ tables, then you subsequently cannot see the the MVs as clickable tables in the UI
issues like this will be easier to observe when RisingWave has a visible and easy-to-use query log and easier to use permissions
we are posting this here to improve visibility in our RunLLM context so that when users query RunLLM with relevant questions they can see the answer
Beta Was this translation helpful? Give feedback.
All reactions