trino-gateway
trino-gateway copied to clipboard
RoutingManager's provideBackendForRoutingGroup or provideAdhocBackend functions are called in [QueryIdCachingProxyHandler.java](https://github.com/trinodb/trino-gateway/blob/main/gateway-ha/src/main/java/io/trino/gateway/ha/handler/QueryIdCachingProxyHandler.java#L332-L341) but within the function, it sends only routing group (if there is a header named "X-Trino-Routing-Group") and user info. But in...
Hi, I am trying to enable OAuth on gateway running via docker container. I have created an app registration in azure for the oauth. Below is my config file ```...
## Description If no adhoc clusters are found, we should throw a meaningful exception with some explanations. ## Additional context and related issues ## Release notes ( ) This is...
Instead of imperative method (add/delete through API), declarative configuration approach plays well with Kubernetes, Terraform and others Infrastructure as Code (IaC) tools.
The goal of this request is to have the loading of basic configurations and secrets split up to provide a separation of concerns. An example usage where this would be...
## Description Resolves https://github.com/trinodb/trino-gateway/issues/222 part 1 ## Additional context and related issues ## Release notes (X) This is not user-visible or is docs only, and no release notes are required....
I noticed that search in web history page only supports - queryid in exact/whole match (must match all characters) So, i suggest we should - support querytext search - support...
Out-of-the-box JDBI does not seem to leverage connection pools and will create a new connection for every query against the backend datastore as seen in the public Slack channel [here](https://trinodb.slack.com/archives/CG9K9MX1V/p1714195241951439)....
When Gateway is used to view the UI and there is more than one engine with default routing - the Trino UI will change every 0.5ish seconds to display the...
By design, `queuedQueryCount` and `runningQueryCount` are updated from health checks. However, `/v1/info` doesn't expose `queuedQueryCount` and `runningQueryCount`, which are the two important values for `QueryCountBasedRouter` to work properly. When using...