trino-python-client
trino-python-client copied to clipboard
added healthcheck to the trino python client making it able to procce…
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.
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
any updates on this? entirely blocking me implementing this client anywhere in my orgs stack