Using row-level filtering for Trino
Row-level filtering policies are similar to other Ranger access policies. Apache Ranger row-level filtering policy allows to set access policies for rows when reading from a table.
You can use Apache Ranger row-level filtering policies to set access policies for rows when reading from a table. You can set filters for specific users, groups, and conditions. For example, only employees from the sales department may access sales transaction records, payments, and related data.
You can create a row-level filter policy from the Row Level Filter tab in
the Trino Policies page. You can then set filters for specific users,
groups, roles, and specify a filter expression. The filter expression must be a valid WHERE
clause for the table or view, such as
employeeId='123abc'.