×

Notice

The forum is in read only mode.

Python: rawQuery function for Trino

7 months 2 weeks ago #2714 by Herson
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.
 
Powered by Kunena Forum