-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add connection key to execution log #2100
Conversation
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.
nice, this generally looks good to me, the only thing that i think may be missing is support of the connection_key
field making it back onto the serialized response on the GET /api/v1/privacy-request
endpoint, as seems to be suggested in the issue's AC.
i think it should be a pretty minor update, namely adding a connection_key
field to the PrivacyRequestResponse
schema class that's the response model for the GET /api/v1/privacy-request
endpoint. and then i think adding/updating test coverage around this endpoint is also needed.
if this functionality is no longer needed, then i think this is good to go, we should just update the issue accordingly.
let me know what you think!
It is included in the |
@sanders41 You are correct to add it to response payload given the |
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.
this looks good to me now, thanks for making sure we've got the data we need in the privacy request endpoint!
Closes #1725
Code Changes
connection_key
field to the execution log tableconnection_key
to theExecutionAndAuditLogResponse
write_execution_log
includes theconnection_key
Steps to Confirm
connection_key
for the failed saas connectorPre-Merge Checklist
CHANGELOG.md
Description Of Changes
Write some things here about the changes and any potential caveats