Intake Hive DataSource Plugin.
Project description
Welcome to the Intake Hive plugin
This Intake plugin :
Example where the Hive table is user_events_hive partitioned by userid:
sources:
user_events_hive:
driver: hive
args:
urlpath: 'user_events_yaml_catalog?userid={{userid}}'
import pandas as pd
import intake
catalog = intake.open_catalog(catalog_path)
# Reads partition userid=42
pandas_df: pd.DataFrame = catalog.entity.user.user_events_partitioned(userid="42").read()
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-hive-0.1.1.tar.gz
(10.4 kB
view details)
Built Distribution
File details
Details for the file intake-hive-0.1.1.tar.gz
.
File metadata
- Download URL: intake-hive-0.1.1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.6.8 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
759e3c05e568a083ef0dcdc83956d1334355b98f12cb64b417b7c85f6f0aab98
|
|
MD5 |
f5e9fa0231bcc4bd79a3561fcd4d16ce
|
|
BLAKE2b-256 |
c7ca1dcaeb4557f0ce338bc15db25b62970abf67c47a5a95fa8896629e8ec3ca
|
File details
Details for the file intake_hive-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: intake_hive-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.6.8 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5323ed1a087045e95345a055207f977083c22e03b25e1f9fb2bc4da7b56ec88a
|
|
MD5 |
7fb826e330e31f7efc52429a551fc065
|
|
BLAKE2b-256 |
bd1346c434edf3aef1c34bca363d9dcb2c318c18f2329914488be1e57126cc00
|