GDPR/LGPD Compliance

William_Scardua
Valued Contributor

How do you work to compliance the GDPR/LGPD, in special to people data ?

have any suggestion ?

Hubert-Dudek
Databricks MVP

I recently set scanner in Azure for data lake using Azure Purview (I am not fun of results which it gives as it didn't detect anything, maybe I do something wrong). There is also AWS Macie to scan for personal data.


My blog: https://databrickster.medium.com/

View solution in original post

jose_gonzalez
Databricks Employee
Databricks Employee

Hi @William Scardua​ ,

I think you can reach out to our accounts team in case you would like to get more information on this topic.

-werners-
Esteemed Contributor III

there is identifying PII data and handling/storing PII data.

Identifying can be done with Purview, Macie, other tools. Those are not free ofc, so if your env is pretty big it can be interesting. Otherwise, you could also do manual checks.

For storing: PII data should not be mixed with other data. Put it in a separated zone, encrypted etc with strict permissions AND also a solution for data retention.

Delta Lake makes this a lot easier tbh (delete statement).