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.0a4.tar.gz
(5.6 kB
view details)
Built Distribution
File details
Details for the file intake-dremio-0.1.0a4.tar.gz
.
File metadata
- Download URL: intake-dremio-0.1.0a4.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.6.0.post20210108 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87603cef374e70a79800d2d28b9fce67f611c5899944943ac2f7be42192341c8 |
|
MD5 | e8df732638e914a18301f29ebe9fc80a |
|
BLAKE2b-256 | 766d8f1fd8cd32898fd36c206ed240f396906186f5112a6c13f795d06fc41441 |
Provenance
File details
Details for the file intake_dremio-0.1.0a4-py2.py3-none-any.whl
.
File metadata
- Download URL: intake_dremio-0.1.0a4-py2.py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.6.0.post20210108 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c11a178bb059cd385d113183176ad04764a469f9fddcc233154a3956ac9418e |
|
MD5 | eef8cb3942e4eb060f4a505d8ad01c5b |
|
BLAKE2b-256 | 6be3a17e70a8ca00156ab37e5704b2d0c7c4ed2948ba05516240bfa3720c3032 |