ToolJet/marketplace/plugins/presto/lib/operations.json
2024-10-28 23:37:40 +05:30

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"
}
}
}