Set Row Access
Description
Section titled “Description”Set Row Access recomputes a governed column’s Row Access grants from a source table and applies them. Point the column at a table where each row pairs a security group with a value that group may see, and this step reads those rows and writes the resulting grants — so Row Access stays current as the source data changes, with no one hand-editing the grid.
This step only works with a column that has been bound to a source table for its grants — see Binding Grants to a Source Table in the Row Access guide. A column managed this way shows locked in the Row Access grid with a source badge; hand-editing it there is refused until the binding is removed.
Parameters
Section titled “Parameters”- Project — the project whose governed column this step updates.
- Column — the governed column, picked from the project’s actual columns.
- Source Table — the table supplying (group, value) rows. This must be the same source table the column is already bound to.
- Group Column — the source table’s column naming the security group.
- Value Column — the source table’s column naming the value that group may see.
Behavior
Section titled “Behavior”Each run reads every (group, value) row currently in the source table and replaces the column’s grants with exactly that set — a group no longer present in the source table loses every grant this step previously gave it. Rows naming a security group that doesn’t exist are skipped rather than failing the step. The update reaches both PlaidCloud’s own queries and Superset dashboards the same way a manual save does, typically within about a minute.
Examples
Section titled “Examples”No examples yet.