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.4a2.tar.gz
(24.6 kB
view hashes)
Built Distribution
Close
Hashes for intake_dremio-0.2.4a2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f8cbeeab08756c1e856a83f2c08edac610bf7f5bdc172e77191de8524f2e18d |
|
MD5 | 0236cb21a0e7f687a55c376853be3b45 |
|
BLAKE2b-256 | ec7648cdc143a7d745d16598f483eed1b3ba773ec0c68fb82e08cd544f3ef383 |