Hi All,
Does anyone know whether the legacy rawquery(self, SQLcmd) works with the new Trino platform? Or is there an equivalent?
The PYTHON function was made available via "from pyopensky.ssh_client import.SSHClient2" i.e.
def rawquery(self, SQLcmd):
"""Perform a raw impala query.
Args:
SQLcmd (str): Raw query command
Returns:
pandas.DataFrame: Impala query results
I can't find it in the new world of Trino.
Thanks.
Richard.