You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upcoming DSR export package is going to use each connectors data uses and data categories to help organize the data subjects data with the package. Currently, access requests don't add this data to the access package. Access Requests need to be updated to include in data in the package.
The access package needs to use the metadata that was in the datasets at the time of graph generation. They cannot be looked up at runtime. This is because the execution will likely not match the current datasets exactly. This is because access requests are long running jobs. DSR's already cache the graph to fix this drift issue.
Make sure that all of the required package metadata is included at graph creation time. If it's not already included in the cached graph then add it.
The text was updated successfully, but these errors were encountered:
Description
The upcoming DSR export package is going to use each connectors data uses and data categories to help organize the data subjects data with the package. Currently, access requests don't add this data to the access package. Access Requests need to be updated to include in data in the package.
access_results_post_processing
is the function that will updated to include the additional metadata.Things to consider
The access package needs to use the metadata that was in the datasets at the time of graph generation. They cannot be looked up at runtime. This is because the execution will likely not match the current datasets exactly. This is because access requests are long running jobs. DSR's already cache the graph to fix this drift issue.
Make sure that all of the required package metadata is included at graph creation time. If it's not already included in the cached graph then add it.
The text was updated successfully, but these errors were encountered: