Files
mo 79888dc617 feat(openmetadata): ingest Elasticsearch (search) + Airflow (pipelines)
- ES: connect over https with verify_certs=false (self-signed CA); 16 indexes incl source_data
- Airflow: ingest 8 DAGs as pipelines from SQLite metadata DB snapshot
- es_run.py: standalone runner that pins the working ES TLS config
- Command Center API now wired with ELASTIC_PASSWORD
2026-06-27 12:49:30 +02:00

27 lines
616 B
YAML

source:
type: elasticsearch
serviceName: atc_elasticsearch
serviceConnection:
config:
type: ElasticSearch
hostPort: https://10.0.21.46:9200
authType:
username: elastic
password: __ES_PASS__
connectionArguments:
verify_certs: false
ssl_show_warn: false
sourceConfig:
config:
type: SearchMetadata
includeSampleData: false
sink:
type: metadata-rest
config: {}
workflowConfig:
openMetadataServerConfig:
hostPort: http://openmetadata-server:8585/api
authProvider: openmetadata
securityConfig:
jwtToken: "__JWT__"