Error:
Traceback (most recent call last):
File “test3_dremio.py”, line 13, in
output = dremio_client.flight.query(sql =query, hostname=dremioServer, port=portno, username=username, password=password)
NameError: name ‘dremio_client’ is not defined
Ben, Thank you for prompt response. I am still unable to get it to work. I do have pyarrow 2.0.0 but somehow it is not liking it. File “C:\Users\nz6sx6\Miniconda3\envs\dremio\lib\site-packages\dremio_client\flight_init_.py”, line 106, in query
raise NotImplementedError(“Python Flight bindings require Python 3 and pyarrow > 0.14.0”)
NotImplementedError: Python Flight bindings require Python 3 and pyarrow > 0.14.0
(dremio) D:\dremio\base_python>conda list pyarrow
packages in environment at C:\Users\nz6sx6\Miniconda3\envs\dremio:
Name Version Build Channel
pyarrow 2.0.0 pypi_0 pypi
(dremio) D:\dremio\base_python>conda list python
packages in environment at C:\Users\nz6sx6\Miniconda3\envs\dremio: