Skip to content

Conversation

nikhilsinhaparseable
Copy link
Contributor

No description provided.

if all env vars specific to Trino are set - P_TRINO_ENDPOINT P_TRINO_CATALOG_NAME P_TRINO_SCHEMA P_TRINO_USER_NAME About API Response sample - ` { "version": "v1.5.0", "uiVersion": "development", "commit": "cc8cf38", "deploymentId": "01J649HC5HPRNVD0VNK7Q6JMFY", "updateAvailable": false, "latestVersion": "v1.5.0", "llmActive": false, "llmProvider": null, "oidcActive": false, "license": "AGPL-3.0-only", "mode": "Distributed (Query)", "staging": "", "hotTier": "Disabled", "grpcPort": 8001, "store": { "type": "S3 bucket", "path": "https://s3.us-east-2.amazonaws.com/clickbenchtest" }, "analytics": { "clarityTag": null }, "queryEngine": "Trino" } ` if any of the above env var is missing, server will return About API response as - ` { "version": "v1.5.0", "uiVersion": "development", "commit": "cc8cf38", "deploymentId": "01J649HC5HPRNVD0VNK7Q6JMFY", "updateAvailable": false, "latestVersion": "v1.5.0", "llmActive": false, "llmProvider": null, "oidcActive": false, "license": "AGPL-3.0-only", "mode": "Distributed (Query)", "staging": "", "hotTier": "Disabled", "grpcPort": 8001, "store": { "type": "S3 bucket", "path": "https://s3.us-east-2.amazonaws.com/clickbenchtest" }, "analytics": { "clarityTag": null }, "queryEngine": "Parseable" } ` based on the field `queryEngine` console can decide whether to user /query or /trinoquery endpoint
@nitisht nitisht merged commit b555f9b into parseablehq:main Sep 11, 2024
8 checks passed
@nikhilsinhaparseable nikhilsinhaparseable deleted the trino-merge branch July 12, 2025 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants