feat(dataflow): add OpenMetadata governance node + catalog edges + UI link
Data Flow graph now shows OpenMetadata as a governance node linked to all sources and Trino (catalog edges); node inspector exposes an 'Open in OpenMetadata' deep link and PII-columns-cataloged metric.
This commit is contained in:
@@ -81,6 +81,7 @@ export type DataflowNode = {
|
||||
y: number
|
||||
level: string
|
||||
metric: string | null
|
||||
url?: string
|
||||
pii?: {
|
||||
has_pii: boolean
|
||||
pii_count: number
|
||||
|
||||
Reference in New Issue
Block a user