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

fix-1516 #1550

Merged
merged 1 commit into from
May 28, 2022
Merged

fix-1516 #1550

merged 1 commit into from
May 28, 2022

Conversation

unknowissue
Copy link
Contributor

修复了 #1516
修改内容:从库、表、字段去重修改为字段去重
ps: 目前是按照列匹配和脱敏的,当users表配置脱敏,users2表没有脱敏时,相同字段会被一并脱敏
需要实现逐行脱敏么?效率会不会低呢?

@codecov
Copy link

codecov bot commented May 26, 2022

Codecov Report

Merging #1550 (23a192d) into master (4d96ac6) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1550   +/-   ##
=======================================
  Coverage   76.84%   76.84%           
=======================================
  Files          91       91           
  Lines       14309    14309           
=======================================
  Hits        10996    10996           
  Misses       3313     3313           
Impacted Files Coverage Δ
sql/utils/data_masking.py 90.15% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4d96ac6...23a192d. Read the comment docs.

@hhyo hhyo merged commit 3aff65d into hhyo:master May 28, 2022
@unknowissue unknowissue deleted the data-masking-bug-1516 branch June 2, 2022 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants