Hey folks,
I’m working on a data governance use case in Foundry, and I’m trying to figure out the best way to implement column-level security. Specifically, I want to:
- Restrict access to certain sensitive columns (like PII or financial data) based on user roles or groups.
- Allow access to the rest of the dataset without duplicating or splitting the dataset manually.
- Ensure this works seamlessly across downstream tools like Code Workbooks, Contour, or Slate apps.
I’ve read about Markings, object-level access, and scoped sessions, but I’m not clear on how (or if) column-level control can be handled natively in the platform. Is this possible via ontology, transforms, or some other Foundry-native feature?
Would love to hear how others are handling this in real-world projects.
Any best practices, documentation links, or hacks are welcome!
Thanks in advance.