2022-05-26 12:42:50 +02:00
|
|
|
---
|
2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/metadata-ingestion/source_docs/hana for complete documentation
|
2022-05-26 12:42:50 +02:00
|
|
|
source:
|
|
|
|
type: "hana"
|
|
|
|
config:
|
|
|
|
host_port: localhost:39041
|
|
|
|
database: HXE
|
|
|
|
username: SYSTEM
|
|
|
|
password: HXEHana1
|
|
|
|
schema_pattern:
|
|
|
|
allow:
|
|
|
|
- "LOCALDEV"
|
|
|
|
ignoreCase: true
|
|
|
|
include_tables: true
|
|
|
|
include_views: true
|
|
|
|
|
2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
|
2022-05-26 12:42:50 +02:00
|
|
|
sink:
|
|
|
|
type: "datahub-rest"
|
|
|
|
config:
|
2023-03-15 04:55:57 +00:00
|
|
|
server: "http://localhost:8080"
|