dremiopy

A Python API to interact with Dremio


License
MIT
Install
pip install dremiopy==0.0.2

Documentation

dremiopy

Python Library API to interact with Dremio (www.dremio.com)

Instalation

On Terminal, run:

pip install dremiopy

If you are not using Dremio locally, before using the package, you should set the environment variable DREMIO_SERVER, like:

export DREMIO_SERVER="<ip-dremio-coordinator>"