Files
atc-agents/deploy/openmetadata/ingest/mongo_meta.yaml
T

28 lines
613 B
YAML
Raw Normal View History

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__"