SAP HANA Query
Query an SAP HANA database.
Properties
| Name | Type | |
|---|---|---|
| engine | String=hdb:query | |
| connection | Object | |
| query | String | |
| schema | Object | |
engine
Must be hdb:query.
- 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
query
The SQL query to retrieve the data.
- Required
- Yes
schema
Define the schema of the data, entering the field name returned by the SQL query into `Source`.
- Required
- Yes