Water-taxi rider names and card numbers are still in the transform output that data scientists pull. Where should those columns be handled?
Select an answer to reveal the explanation.
Short Explanation
Think of rider names and card numbers still in the transform output. Mask or drop that PII in the prep job so it never becomes a model input. Later is too late.
Full Explanation
Mask or drop PII as part of feature preparation so it never becomes a model input. Leaving it in the table, Athena-by-default, and a Domain 4 CI/CD rewrite miss that prep step.