mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
17 lines
No EOL
470 B
JSON
17 lines
No EOL
470 B
JSON
|
|
{
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json",
|
|
"title": "PrestoDB data source",
|
|
"description": "A schema defining PrestoDB data source",
|
|
"type": "database",
|
|
"defaults": {},
|
|
"properties": {
|
|
"sql_query": {
|
|
"key": "presto_sql_query",
|
|
"type": "codehinter",
|
|
"description": "Enter your SQL query",
|
|
"height": "150px",
|
|
"editorType": "extendedSingleLine"
|
|
}
|
|
}
|
|
} |