Data Governance and PII Masking for Financial Reporting
Scénario de test & Cas d'usage
Business Context
A financial analyst needs to create a summary report on customer transactions. The source table contains sensitive Personally Identifiable Information (PII) and other irrelevant details. The task is to create a sanitized version of the table by dropping sensitive columns and keeping only the essential data for the report.
The final table, named 'REPORT_TRANSACTIONS', must contain only three columns: 'cust_id', 'trans_date', and 'amount'. All other columns, including the PII and operational ones, must have been successfully dropped.