Privacy as Code for DSAR Orchestration: Privacy Request automation to fulfill GDPR, CCPA, and LGPD data subject requests.
48
stars
16
forks
source link
[Misc. API] API endpoint to show graph representation of each node #190
Open
seanpreston opened 2 years ago
@galvana had a neat commit in his SaasConfig PR that could be adapted for this. https://github.com/ethyca/fidesops/pull/179/commits/fa6382b4d42ef61652e9070ac94bc9fa2941ae09#diff-49569a2556a7cbc217f2437e021d4fbc77c67760268d5f3ebc8bb29f6bbfce74R37 So I'm thinking an API endpoint that you pass dataset_keys into and it runs something like his
render_graph
method to return an image of all the connected nodes.