Ashhar Hasan

Results 251 comments of Ashhar Hasan

> it pauses for a long time That is expected. Because it now retries rate-limit errors, earlier it used to just fail and did not retry at all. That doesn't...

@wendigo Does this result in queries failing midway? Should it be considered as a bug?

Implemented by https://github.com/trinodb/trino/pull/23103 and https://github.com/trinodb/trino/pull/23104 until we have secrets support in the engine.

thanks, it would also be helpful to see some measurements with and without this change to get an idea of the impact.

Good point. The check should additionally check `X-Forwarded-Proto` there I guess. To be sure we should check the JDBC driver for what it does.

Hmmmm, wait a sec. Isn't this a problem only when you connect directly to Trino. If you are going through the LB then the http_scheme needs to be HTTPS since...

> you can make a direct http connection but it would be secured Do you mean direction connection **to Trino coordinator from the Python client** in the above statement? If...

can you please share a snippet of how the DB-API connection is being created? Also please share some details from the failure (stack traces or logs? trino config?). I'm able...

The error simply means that the machine on which you're running Python has run out of RAM. how large is the result set of the query you are executing on...

This seems too custom to your specific implementation of Keycloak. In general you can use Oauth authentication class to integrate with keycloak already.