Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Column-Level dynamic data masking support #11089

Closed
BohuTANG opened this issue Apr 17, 2023 · 1 comment
Closed

feat: add Column-Level dynamic data masking support #11089

BohuTANG opened this issue Apr 17, 2023 · 1 comment
Assignees
Labels
C-feature Category: feature

Comments

@BohuTANG
Copy link
Member

BohuTANG commented Apr 17, 2023

Summary

Implement support for dynamic data masking at the column level to enhance data security and privacy.

Note: This feature might be offered as an Enterprise Edition feature, similar to Snowflake.

Background

Dynamic data masking is a security feature that helps protect sensitive data by automatically masking certain data fields to ensure that unauthorized users cannot access sensitive information. It allows for customizable masking rules, based on user roles or other criteria, without requiring any changes to the underlying data or applications.

Feature Request

Add support for dynamic data masking at the column level, similar to the functionality provided by BigQuery and Snowflake Enterprise Edition. This would allow users to define masking policies for specific columns in a dataset, based on user roles, permissions, or other criteria.

References
1. BigQuery: dynamic data masking
2.Snowflake: Using Dynamic Data Masking (ENTERPRISE EDITION FEATURE)

@BohuTANG BohuTANG added the C-feature Category: feature label Apr 17, 2023
This was referenced Apr 17, 2023
@lichuang
Copy link
Contributor

lichuang commented Aug 9, 2023

#11543

@lichuang lichuang closed this as completed Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature
Projects
None yet
Development

No branches or pull requests

2 participants