SAP HANA Export
Export data to an SAP HANA database.
Properties
Name | Type | |
---|---|---|
engine | String=hdb:export | |
connection | Object | |
table | String | |
schema | Object |
engine
Must be hdb:export
.
- Required
- Yes
connection
The SQL connection parameters.
- Required
- Yes
Properties
Name | Type | |
---|---|---|
host | String | |
user | String | |
password | String |
connection.host
The network address of the SAP HANA server e.g. `db.example.com:3306`.
- Required
- Yes
connection.user
The username to authenticate to SAP HANA.
- Required
- Yes
connection.password
The password to authenticate to SAP HANA.
- Required
- Yes
table
The name of the SAP HANA table.
- Required
- Yes
schema
Define a schema for the data.
- Required
- Yes