mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-26 07:57:17 +00:00
* SAP HANA Integration * sap hana docs reviewed * Add private true Co-authored-by: Shubhendra <withshubh@gmail.com>
31 lines
No EOL
710 B
JSON
31 lines
No EOL
710 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json",
|
|
"title": "SAP HANA datasource",
|
|
"description": "A schema defining SAP HANA datasource",
|
|
"type": "database",
|
|
"defaults": {
|
|
"mode": "sql"
|
|
},
|
|
"properties": {
|
|
"mode": {
|
|
"label": "",
|
|
"key": "mode",
|
|
"type": "dropdown-component-flip",
|
|
"description": "Single select dropdown for mode",
|
|
"list": [
|
|
{
|
|
"name": "SQL mode",
|
|
"value": "sql"
|
|
}
|
|
]
|
|
},
|
|
"sql": {
|
|
"query": {
|
|
"key": "query",
|
|
"type": "codehinter",
|
|
"description": "Enter query",
|
|
"height": "150px"
|
|
}
|
|
}
|
|
}
|
|
} |