Version: Grafana v10.4.2 (22809dea50)
Following this
Trying to Create a grafanareader user using this
GRANT SELECT ON schema.table TO grafanareader;
My question: which tables do I need to be selecting on? How can I decide which tables and which schemas I allow this user to select from?
Thanks in advance for any tips on this