trino-python-client icon indicating copy to clipboard operation
trino-python-client copied to clipboard

added healthcheck to the trino python client making it able to procce…

Open nadavtzaysler opened this issue 5 months ago • 2 comments

Description

changed the python client to send heartbeats to the api in order to check if the sent query is still running solves the issue #554

( x) This is not user-visible or docs only and no release notes are required.

nadavtzaysler avatar Jul 20 '25 21:07 nadavtzaysler

Instead of a heartbeat, I would opt for a callback with the status of the query so I can calculate the progress percentage every time the lastest status is received during the while not finished loop

gertjanal avatar Aug 17 '25 21:08 gertjanal

any updates on this? entirely blocking me implementing this client anywhere in my orgs stack

jayceslesar avatar Sep 12 '25 13:09 jayceslesar