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.
29 lines
584 B
YAML
29 lines
584 B
YAML
source:
|
|
type: trino
|
|
serviceName: atc_trino
|
|
serviceConnection:
|
|
config:
|
|
type: Trino
|
|
username: mo
|
|
hostPort: 10.0.21.50:8089
|
|
sourceConfig:
|
|
config:
|
|
type: DatabaseMetadata
|
|
markDeletedTables: true
|
|
databaseFilterPattern:
|
|
excludes:
|
|
- system
|
|
- jmx
|
|
- tpch
|
|
- tpcds
|
|
- memory
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://openmetadata-server:8585/api
|
|
authProvider: openmetadata
|
|
securityConfig:
|
|
jwtToken: "__JWT__"
|