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.0a7.tar.gz
(5.7 kB
view details)
Built Distribution
File details
Details for the file intake-dremio-0.1.0a7.tar.gz
.
File metadata
- Download URL: intake-dremio-0.1.0a7.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.1 requests/2.25.1 setuptools/49.6.0.post20210108 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95daff0a130101f10321fe18eb488b3ac5f6f31b7d1d5cf2c58afe5535387f14 |
|
MD5 | fa35d84f85096675b3d10916f0792367 |
|
BLAKE2b-256 | 3b23d330bd7fb2542f236a9aceecdb7110ea7f3fee51d214588ddf3496d40c18 |
Provenance
File details
Details for the file intake_dremio-0.1.0a7-py2.py3-none-any.whl
.
File metadata
- Download URL: intake_dremio-0.1.0a7-py2.py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.1 requests/2.25.1 setuptools/49.6.0.post20210108 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 126ecc32eba43d82aadcdbcd675bb0ec147ff12148c034cbf5db061847342545 |
|
MD5 | 0dff2d4b65b6ec2f3c04ded405662f97 |
|
BLAKE2b-256 | 884bbeecfc431d8594a0ec2d17a6b02abe72a1a2f82ecea7e55e50123b70979e |