Files
atc-agents/deploy/openmetadata/ingest/s3_meta.yaml
T
mo b7dab19590 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.
2026-06-27 12:25:51 +02:00

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__"