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:
@@ -0,0 +1,23 @@
|
||||
source:
|
||||
type: superset
|
||||
serviceName: atc_superset
|
||||
serviceConnection:
|
||||
config:
|
||||
type: Superset
|
||||
hostPort: http://10.0.21.45:8088
|
||||
connection:
|
||||
provider: db
|
||||
username: mo
|
||||
password: Dell2026!
|
||||
sourceConfig:
|
||||
config:
|
||||
type: DashboardMetadata
|
||||
sink:
|
||||
type: metadata-rest
|
||||
config: {}
|
||||
workflowConfig:
|
||||
openMetadataServerConfig:
|
||||
hostPort: http://openmetadata-server:8585/api
|
||||
authProvider: openmetadata
|
||||
securityConfig:
|
||||
jwtToken: "__JWT__"
|
||||
Reference in New Issue
Block a user