SAP HANA
This source extracts metadata from a SAP HANA database.
Overview
Harvesting with this source extracts the following:
-
Schemas, views, and tables metadata
-
Columns and column types
This source supports:
-
Data Profiling to collect table, row, and column statistics.
-
Set the Domain of harvested assets.
-
Filter Assets to harvest.
Sample recipe
source:
type: hana
config:
host_port: localhost:39041
database: semarchyDemoDatabase
username: SemUser
password: SemPassword
sink:
# sink config
Parameters
The following table lists the source parameters.
Parameter |
Description |
|
Database server URI and port. This parameter is mandatory. |
|
Database server user. |
|
This user’s password. |
|
Set to |
|
Database name to harvest. If not set, harvests all databases. |
|
Options to pass to SQLAlchemy engine creation as kwargs. |
|
Default: hana+hdbcli. |
|
URI of database to connect to. See this page for more information. Takes precedence over other connection parameters. |
|
Set to |
|
Set to |
|
Set to |
|
Set to |
|
Set to |
|
Set to |
|
Lists of regular expressions patterns to define the schemas to include ( |
|
Lists of regular expressions patterns to define the tables to include ( |
|
Lists of regular expressions patterns to define the views to include ( |
|
Platform instance all assets belong to. |
|
Environment assets belong to. Defaults to |