Dremio plugin for Intake
Project description
Intake-Dremio
Dremio Plugin for Intake based on pyarrow Flight
User Installation
To install the intake-sql plugin, execute the following command
conda install -c conda-forge intake-dremio
or:
pip install intake-dremio
Example
An Intake catalog referencing a Dremio dataset consists of the uri
pointing to the Dremio instance along with a username and password and a SQL expression (sql_expr
), e.g.:
sources:
dremio_vds:
driver: dremio
args:
uri: grpc+tcp://{{ env(DREMIO_USER) }}:{{ env(DREMIO_PASSWORD) }}@x.x.x.x:32010
sql_expr: SELECT * FROM TABLE ORDER BY "timestamp" ASC
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
intake-dremio-0.1.0a6.tar.gz
(5.7 kB
view hashes)
Built Distribution
Close
Hashes for intake_dremio-0.1.0a6-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd211fec2efec7c0055745edde095e2b8effc67583cf38f07cb57ee08f1f0da8 |
|
MD5 | fca10331772753633026087112e1d480 |
|
BLAKE2b-256 | cf58a7e1f194e989be4d1f34cf014c8bc75aeacbf4966edcde4db75228527f31 |