Files
atc-agents/deploy/openmetadata/ingest/mongo_meta.yaml
T
mo c3cacc141d feat(masking): mask_to_curated DAG + OpenMetadata lineage + versioned OM artifacts
- deploy/airflow/mask_to_curated_dag.py: Trino-SQL masking (hash/redact/generalize)
  of PII from postgres/mysql sources into iceberg.curated_masked.* (verified:
  14k+11k masked rows, all PII masked).
- OM source->masked lineage edges created; curated tables cataloged.
- Version OM compose + ingestion configs + om_api helper under deploy/openmetadata.
2026-06-27 03:13:16 +02:00

28 lines
613 B
YAML

source:
type: mongodb
serviceName: atc_mongodb
serviceConnection:
config:
type: MongoDB
scheme: mongodb
hostPort: 10.0.21.51:27017
databaseName: supplychain
connectionOptions:
replicaSet: rs0
directConnection: "true"
sourceConfig:
config:
type: DatabaseMetadata
databaseFilterPattern:
includes:
- supplychain
sink:
type: metadata-rest
config: {}
workflowConfig:
openMetadataServerConfig:
hostPort: http://openmetadata-server:8585/api
authProvider: openmetadata
securityConfig:
jwtToken: "__JWT__"