1. Source documents contain PII columns that some users must not see, even when those columns feed a RAG pipeline. Which existing Snowflake governance controls should be applied to the source and embedding tables?
- A. Masking policies and row access policies enforced through RBAC✓ Correct
- B. Disabling Time Travel
- C. Increasing warehouse size
- D. Turning off result caching
Explanation
Cortex pipelines inherit Snowflake's governance: dynamic data masking and row access policies, enforced via RBAC, restrict which users see sensitive columns/rows in the source and embedding tables. The other options don't control data access.