Dremio plugin for Intake
Project description
Intake-Dremio
Dremio Plugin for Intake based on pyarrow Flight
User Installation
To install the intake-dremio 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.2.4a3.tar.gz
(24.6 kB
view hashes)
Built Distribution
Close
Hashes for intake_dremio-0.2.4a3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e949a6f4535c2a64558659fbd0ef48b84d0ccd0a9a75116367856960819040e7 |
|
MD5 | a9215a6adb52f7eb1165a19b32943f95 |
|
BLAKE2b-256 | 3e166e8c0188a9f5e7a5f7ba3bcda9047396d0b609f59ebedb12d814b9391c15 |