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.
24 lines
525 B
YAML
24 lines
525 B
YAML
source:
|
|
type: s3
|
|
serviceName: atc_s3
|
|
serviceConnection:
|
|
config:
|
|
type: S3
|
|
awsConfig:
|
|
awsAccessKeyId: __S3_KEY__
|
|
awsSecretAccessKey: __S3_SECRET__
|
|
awsRegion: us-east-1
|
|
endPointURL: http://10.0.20.111:9020
|
|
sourceConfig:
|
|
config:
|
|
type: StorageMetadata
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://openmetadata-server:8585/api
|
|
authProvider: openmetadata
|
|
securityConfig:
|
|
jwtToken: "__JWT__"
|