-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Proposal similar to
row-column-acl:
# "groups" will actually be list of user or group names, see #6
- groups: [demo_dv_quant]
hide-columns: [dev1]
row-filters: ["year <= 2017"]
- groups: [demo_dv_user]
hide-columns: [quant1]
row-filter: ["country = 'france'"]
This list will no longer be cumulative. In the event that table defaults to public, the default-public rule will have union of all hidden columns, and intersection of all filters, so public unprivileged users will be guaranteed to have <= access of any user or group enumerated in the row-column-acl list.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status