Skip to main content

PiperRider CLI

Project description

ci-tests release pipy python downloads license InfuseAI Discord Invite

PipeRider

Automates data quality management

For data practitioner who wants to trust their data by:

  • Defining the shape of data, so they can make sure the data will be expected in the future
  • Save time on debugging data,easily discover & discuss any data problems from upstream
  • Socially collaborate across teams on the dataset through data catalog and data insights

Key Features

Instant quality assessment in html

Check single run view

Inject tests to key metrics

Refer to User defined test functions

Compare different test assessments

Check comparison view

Get started

Install PipeRider

$ pip install piperider

By default, PipeRider supports built-in sqlite connector, extra connectors are available:

connectors install
snowflake pip install 'piperider[snowflake]'
postgres pip install 'piperider[postgres]'

Use comma to install multiple connectors in one line:

$ pip install 'piperider[postgres,snowflake]'

Attach piperider to a dbt project

piperider_init

This command creates /.piperider under a dbt project root and generate necessary configurations.

Scan data quality from models

piperider_run

This command scans the models from datasource and create assessment results in /.piperider/output

Generate reports

piperider_report

generate a static html report under current path.

Generate comparison view

piperider_compare

The generated report in html will be placed in the path shown in console

Get involved

[Work In Progress]

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

piperider-0.2.1.tar.gz (1.7 MB view hashes)

Uploaded Source

Built Distribution

piperider-0.2.1-py3-none-any.whl (1.8 MB 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