- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2021
08:16 AM
- last edited on
03-20-2025
09:36 AM
by
Advika
How do you work to compliance the GDPR/LGPD, in special to people data ?
have any suggestion ?
- Labels:
-
Compliance
-
Gdpr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2021 08:20 AM
Hi @William Scardua Please refer to the below-mentioned documents for security and compliance-related information.
https://databricks.com/wp-content/uploads/2018/08/Databricks_Compliance_Program_Datasheet_180730.pdf
https://databricks.com/product/azure/security-and-compliance
https://databricks.com/product/databricks-enterprise-security-culture
https://docs.databricks.com/security/privacy/gdpr-delta.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2021 08:50 AM
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/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2021 04:18 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2021 11:07 PM
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).