mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-27 11:29:59 +00:00
21 lines
544 B
YAML
21 lines
544 B
YAML
![]() |
---
|
||
|
# see https://datahubproject.io/docs/metadata-ingestion/source_docs/hana for complete documentation
|
||
|
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
|
||
|
|
||
|
# see https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for complete documentation
|
||
|
sink:
|
||
|
type: "datahub-rest"
|
||
|
config:
|
||
|
server: "http://localhost:8080"
|