I want to use MySQL as datasource for my queries. I would like to display some of the tables/views for specific users based on their role.

Could you please advice me that how to handle this problem in Redash.

Thanks in adv.

1 Like

Hi,
What about creating different MySQL users with different level of access? Then, add new datasources per roles. The downside is that you need to fork your queries and adjust the datasource for each roles, which might not be ideal, but still is a workaround.