feat(openmetadata): ingest full stack - Trino all catalogs + Kafka, S3, Superset, ES

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.
This commit is contained in:
mo
2026-06-27 12:25:51 +02:00
parent ca05e04f8c
commit b7dab19590
5 changed files with 104 additions and 1 deletions
+8 -1
View File
@@ -6,10 +6,17 @@ source:
type: Trino
username: mo
hostPort: 10.0.21.50:8089
catalog: iceberg
sourceConfig:
config:
type: DatabaseMetadata
markDeletedTables: true
databaseFilterPattern:
excludes:
- system
- jmx
- tpch
- tpcds
- memory
sink:
type: metadata-rest
config: {}