PiperRider CLI
Project description
PipeRider: Data Reliability Automated
PipeRider ensures data reliability through automating constant data testing and monitoring.
Key Features:
- Instant quality assessment in HTML report: sample report
- Report comparison: sample comparsion report
- Extensible custom assertions
- Works with existing dbt projects
- Automatic test recommendations
Read more about why we created PipeRider.
Getting 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]'
You can follow the quick start guide to learn more about PipeRider.
Attach PipeRider to a dbt project
piperider init
creates /.piperider
under a dbt project root and generates necessary configurations.
Scan data quality from models
piperider run
scans the models from data sources and creates assessment results in /.piperider/output
Generate reports
piperider generate-report
generate a static HTML report.
Generate comparison view
You can use piperider compare-report
to compare 2 reports.
Learn More
PipeRider Resources | Description |
---|---|
Documentation | PipeRider Main Doc Site |
Sample_Project | Sample Project with with sqlite |
dbt_Sample_Project | Sample Project with dbt |
Roadmap | PipeRider Roadmap |
Get involved
Contributions
We welcome contributions. See the Set up dev environment and the Contributing guildline to get started.
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
Built Distribution
File details
Details for the file piperider-nightly-0.5.0.20220727a2.tar.gz
.
File metadata
- Download URL: piperider-nightly-0.5.0.20220727a2.tar.gz
- Upload date:
- Size: 686.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 824111d5f3a678b94209f8b198f66264c3e289d0d77fe2f1fc1379c3edaa5f43 |
|
MD5 | 4376ee4fd5073ae8f667dd152261363e |
|
BLAKE2b-256 | 2267ca7532d60310b0fb290be6c15b21821743ac6b3c759cc74d2cadfd1b4071 |
File details
Details for the file piperider_nightly-0.5.0.20220727a2-py3-none-any.whl
.
File metadata
- Download URL: piperider_nightly-0.5.0.20220727a2-py3-none-any.whl
- Upload date:
- Size: 742.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39fbe22af83d9a5501e4ac1654a2815f87880707e0524c23578f5a91c2eeb171 |
|
MD5 | 79790fb98e536549c2a4e5ecf8af435e |
|
BLAKE2b-256 | 9b3e32ed598acf411ec0d8f4dafacfc849bde3e5af376515fed537934b403ac1 |