datahub/metadata-ingestion/examples/recipes/hana_to_datahub.dhub.yaml
Hyejin Yoon f986315582
doc: Acryl to DataHub, datahubproject.io to datahub.com (#13252)
Co-authored-by: Jay <159848059+jayacryl@users.noreply.github.com>
2025-04-28 10:34:33 -04:00

22 lines
543 B
YAML

---
# see https://docs.datahub.com/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://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
sink:
type: "datahub-rest"
config:
server: "http://localhost:8080"