can anyone point to a out of the box or custom implementation in Cloud Dataprep to create hash of another column, like bigquery has FARM_FINGERPRINT.
Asked
Active
Viewed 366 times
1 Answers
0
Unfortunately, Trifacta, which powers Trifacta does not have built-in hashing. Their recommednation is to use user-defined functions for this purpose. Cloud Dataprep does not support UDFs.
I'd recommend doing one of the following:
- Hashing the data before you wrangle it in Dataprep
- Obscuring the data through other means, such as fuzzy number formatting

James
- 2,321
- 14
- 30