feat(om): OpenMetadata integration — registry node, link, PII tag source
Add OpenMetadata node (atc-docker02 .47) to node_registry with UI links. pii_catalog now reads OM column PII tags (Presidio auto-classification) as the authoritative source, merged with the name heuristic; OPENMETADATA_URL wired into the api service (token via atc.env).
This commit is contained in:
@@ -41,6 +41,7 @@ services:
|
||||
AIRFLOW_URL: http://10.0.21.55:8080
|
||||
TRINO_URL: http://10.0.21.50:8089
|
||||
TRINO_USER: ${TRINO_USER:-mo}
|
||||
OPENMETADATA_URL: ${OPENMETADATA_URL:-http://10.0.21.47:8585}
|
||||
KAFKA_UI_URL: http://10.0.21.36:9000
|
||||
HDFS_NN_URL: http://10.0.21.61:9870
|
||||
S3_ENDPOINT: ${S3_ENDPOINT:-http://10.0.20.111:9020}
|
||||
|
||||
Reference in New Issue
Block a user