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.2.tar.gz
(7.7 kB
view details)
Built Distribution
File details
Details for the file intake-dremio-0.2.2.tar.gz
.
File metadata
- Download URL: intake-dremio-0.2.2.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c475b899980f705c91a82f7216f66c8780dcdad8f0fb8766ccf6220f8de32c5b |
|
MD5 | 8fd43a5e33039d8273c503c584dc6431 |
|
BLAKE2b-256 | 09ab48ada40548d32a80622ed13cc35b87d221bbccbf6e86d485cb7f23c0fd4a |
Provenance
File details
Details for the file intake_dremio-0.2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: intake_dremio-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bd02bd873d981884c03f2f24f44091b0e8a44bcdc9c5f31bfdeb5a454fdcdcb |
|
MD5 | fbfce77af6e68a5b4c05fd1095cf77d9 |
|
BLAKE2b-256 | a66fab820e633ab00c2b23450386c112d19e0284777236429726b23b84472121 |