-
Notifications
You must be signed in to change notification settings - Fork 77
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
HJ-20 remove requirement in fides and fideslang to not have datacategories on subfields #5434
HJ-20 remove requirement in fides and fideslang to not have datacategories on subfields #5434
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
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.
Can we add a test (maybe in the patch dataset yaml endpoint?) that checks that we can successfully add a data category to a non-terminal field?
fides
|
Project |
fides
|
Branch Review |
refs/pull/5434/merge
|
Run status |
|
Run duration | 00m 38s |
Commit |
|
Committer | Kirk Hardy |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
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! Thanks for adding the change. Don't forget to add the changelog entry and update the requirements once the fideslang PR is released
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5434 +/- ##
==========================================
- Coverage 85.30% 85.20% -0.10%
==========================================
Files 386 386
Lines 24206 24234 +28
Branches 2636 2640 +4
==========================================
Hits 20649 20649
- Misses 3004 3032 +28
Partials 553 553 ☔ View full report in Codecov by Sentry. |
fides
|
Project |
fides
|
Branch Review |
main
|
Run status |
|
Run duration | 00m 38s |
Commit |
|
Committer | Kirk Hardy |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Closes #HJ-20
Description Of Changes
remove the validator on subfields not having data categories
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md
main
downgrade()
migration is correct and works