Skip to main content

Intake Hive DataSource Plugin.

Project description

https://travis-ci.org/zillow/intake-hive.svg?branch=master https://coveralls.io/repos/github/zillow/intake-hive/badge.svg?branch=master

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


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 hashes)

Uploaded Source

Built Distribution

intake_hive-0.1.1-py3-none-any.whl (11.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page