-
Notifications
You must be signed in to change notification settings - Fork 35
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: Make Python Flex template bq-to-bq de-identify and re-identify data #257
feat: Make Python Flex template bq-to-bq de-identify and re-identify data #257
Conversation
…on(bq-to-bq) do both. de-identify and re-identify data
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! As you improve the de-id functions, please also cleanup the re-id functions, since the code is almost duplicated.
flex-templates/python/regional_dlp_transform/bigquery_dlp_bigquery.py
Outdated
Show resolved
Hide resolved
flex-templates/python/regional_dlp_transform/bigquery_dlp_bigquery.py
Outdated
Show resolved
Hide resolved
flex-templates/python/regional_dlp_transform/bigquery_dlp_bigquery.py
Outdated
Show resolved
Hide resolved
flex-templates/python/regional_dlp_transform/bigquery_dlp_bigquery.py
Outdated
Show resolved
Hide resolved
flex-templates/python/regional_dlp_transform/bigquery_dlp_bigquery.py
Outdated
Show resolved
Hide resolved
flex-templates/python/regional_dlp_transform/bigquery_dlp_bigquery.py
Outdated
Show resolved
Hide resolved
flex-templates/python/regional_dlp_transform/bigquery_dlp_bigquery.py
Outdated
Show resolved
Hide resolved
flex-templates/python/regional_dlp_transform/bigquery_dlp_bigquery.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit, but otherwise LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The Python Regional DLP Transform BigQuery to BigQuery flex template now can de-identify and re-identify data.
Fixes partially #101