b7dab19590
Widen Trino ingestion to every catalog (postgres_sales/mysql_hr/mongodb/iceberg) and add messaging (Kafka), storage (S3 object store), dashboards (Superset) and search (Elasticsearch) service ingestion configs so OpenMetadata reflects the whole running platform. Secrets are injected at run time, not committed.
27 lines
620 B
YAML
27 lines
620 B
YAML
source:
|
|
type: elasticsearch
|
|
serviceName: atc_elasticsearch
|
|
serviceConnection:
|
|
config:
|
|
type: ElasticSearch
|
|
hostPort: https://10.0.21.46:9200
|
|
authType:
|
|
username: elastic
|
|
password: __ES_PASS__
|
|
connectionArguments:
|
|
verify_certs: "false"
|
|
ssl_show_warn: "false"
|
|
sourceConfig:
|
|
config:
|
|
type: SearchMetadata
|
|
includeSampleData: false
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://openmetadata-server:8585/api
|
|
authProvider: openmetadata
|
|
securityConfig:
|
|
jwtToken: "__JWT__"
|