pjuanda opened a new issue #8879: Limit Role Access for specific Tables URL: https://github.com/apache/incubator-superset/issues/8879 **Scenario:** Let's say i have database called `northwind`. Inside db, i have 2 tables, `customer` and `employee`. I want to create role for `Human Resource` and `Marketing` . Users with role `Human Resource` only can run query via SQL Lab to table `employee` and can't query from table `customer` and vice versa. Users will have role `Gamma` and `sql_lab` as base roles. **What i've done so far is:** to run query on SQL Lab, one must have access to database hence i have to grant `database access on northwind`, but if i grant this permission, the user can run query on both tables `employee` and `customer`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
