Closed Linker44 closed 1 week ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Passed #11040
•
7d643dc386 ℹ️: Merge b31509540c43bb1e5a1727fa9796c865e264460e into 523c1ab716c666feeca4636b844c...
Project |
fides
|
Branch Review |
refs/pull/5446/merge
|
Run status |
Passed #11040
|
Run duration | 00m 40s |
Commit |
7d643dc386 ℹ️: Merge b31509540c43bb1e5a1727fa9796c865e264460e into 523c1ab716c666feeca4636b844c...
|
Committer | Facundo Lopez Janza |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
⚠️ You've recorded test results over your free plan limit. Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Attention: Patch coverage is 78.33333%
with 13 lines
in your changes missing coverage. Please review.
Project coverage is 79.16%. Comparing base (
52ac330
) to head (1d0382c
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Passed #11047
•
861201b96c: Added masking_strategy_override at field level (#5446)
Project |
fides
|
Branch Review |
main
|
Run status |
Passed #11047
|
Run duration | 00m 35s |
Commit |
861201b96c: Added masking_strategy_override at field level (#5446)
|
Committer | Facundo Lopez Janza |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
⚠️ You've recorded test results over your free plan limit. Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Closes #LA-60
Description Of Changes
This pr adds masking_strategy_overrides at the dataset field-level.
Many masking strict erasure requests fail because some fields dont have the correct format. This is caused by applying the same masking to each field when some of them should remain with a certain format.
ex: an endpoint will only succeed at updating an email field if it has an email format.
Code Changes
Steps to Confirm
Confirm masking override validation on fides admin:
Confirm masking override validation on startup (nox -s dev):
Confirm masking override is working:
Pre-Merge Checklist
CHANGELOG.md
main
downgrade()
migration is correct and works