-
Notifications
You must be signed in to change notification settings - Fork 74
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
Persist Evaluation objects #196
Persist Evaluation objects #196
Conversation
OK, i have no idea what I am doing here but it looks like this isnt gonna be too much work With the above changes the evaluation endpoint looks to kinda work
|
Not able to get the api call to suceed for some reason. Not sure I understand the problem yet: command:
evaluate output
server output
What is weird is that the data is actually being put in the database but I am not sure why the server can't process the sql object
|
Was able to get past that error with some help from @brentonmallen1 Here is what the evaluation output looks like now:
And the evaluation stored in the database:
Some things to figure out still:
|
@ThomasLaPiana @NevilleS |
this looks good to me! [
{
"fides_key": "ecbde73c_1536_431e_8bc9_ddf80349d965_1635543474",
"status": "PASS",
"details": [],
"message": "first try!"
},
{
"fides_key": "675f2ef0_667c_4648_90be_9d5b056b15b1_1635543604",
"status": "FAIL",
"details": [
"Declaration (Collect data for marketing) of System (demo_marketing_system) failed Rule (Reject Direct Marketing) from Policy (demo_privacy_policy)"
],
"message": "first try!"
}
] |
this is honestly enough for now. we'll add more functionality as we go! |
Merged main in to test with latest evaluation changes as well |
Testing with the latest looks like this:
I'm cool with merging this as is! |
shipping it! |
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! checked locally and working as expected
Closes #4
Code Changes
Steps to Confirm
ls evaluation
and verify the results are storedPre-Merge Checklist
Description Of Changes