Piperider

Latest version: v0.41.0

Safety actively analyzes 715032 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 21 of 26

0.7.0

Released on 08-25-2022
PipeRider version 0.7.0 is out now! You can now integrate PipeRider with BigQuery & Redshift and we've added new graphs for supporting different data types.

:tada: BigQuery & RedShift integration
In addition to Snowflake, Sqlite, and Postgres, you can now connect PipeRider to your BigQuery and Redshift data warehouse

[Integrate your data source and get started](https://docs.piperider.io/data-sources/supported-data-sources)


:art: Pie-charts, categorical bars, and improved histograms
We've added new graph types for better presentation of booleans and categorical data and made the histograms a bit more readable

![](https://i.imgur.com/KfPfHtd.jpg)



⚡ Giving feedback as fast as lightning
Running into any issues or any feedback to give? You can do it with only a few keyboard strokes in the command line by using the new command: `piperider feedback`


New Contributors :heart:
ggosiang made their first contribution in https://github.com/InfuseAI/piperider/pull/373


Get in touch

We'd love to hear from you! Send us a message on [piperider.io](https://piperider.io), join our [Discord](https://discord.gg/xKxsdPx4d5), or report an issue on [GitHub](https://github.com/InfuseAI/piperider/issues)



----


<details>
<summary>All changes</summary>


* [Release] sc-28246 Update release process github token by kentwelcome in https://github.com/InfuseAI/piperider/pull/386
* [Release] Update PipeRider README connectors list by kentwelcome in https://github.com/InfuseAI/piperider/pull/385
* [Release] Bump version to v0.7.0 by kentwelcome in https://github.com/InfuseAI/piperider/pull/361
* [Feature] sc-29777 Collect user feedback in CLI by kentwelcome in https://github.com/InfuseAI/piperider/pull/367
* [Feature] sc-28191 Setup release script to auto generate sample reports by kentwelcome in https://github.com/InfuseAI/piperider/pull/380
* [Feature] sc-27801 Init command support redshift by kentwelcome in https://github.com/InfuseAI/piperider/pull/369
* [Feature] sc-27764 Support BigQuery datasource by kentwelcome in https://github.com/InfuseAI/piperider/pull/352
* [Feature] new metadata to single run report by qrtt1 in https://github.com/InfuseAI/piperider/pull/364
* [Feature] enhance piperider configuration files by wcchang1115 in https://github.com/InfuseAI/piperider/pull/363
* [Feature] Support snowflake timestamp_ntz schema type by wcchang1115 in https://github.com/InfuseAI/piperider/pull/370
* [Feature] : (sc 27429) Implement V1 Charts UI - BooleanPie, Histogram, CategoricalBar by jonycfu in https://github.com/InfuseAI/piperider/pull/362
* [Document] Update sample reports for version 0.6.0 by ctiml in https://github.com/InfuseAI/piperider/pull/374
* [Document] Update README.md to correctly render table by ggosiang in https://github.com/InfuseAI/piperider/pull/373
* [Document] Update README.md by hlb in https://github.com/InfuseAI/piperider/pull/371
* [Chore] Revert snowflake odbc default timeout value by wcchang1115 in https://github.com/InfuseAI/piperider/pull/368
* [Chore] : build-statics (if_merged_build condition) + unneeded dependency cleanup by jonycfu in https://github.com/InfuseAI/piperider/pull/379
* [Bug] sc-28245 Remove default value of bigquery service account by kentwelcome in https://github.com/InfuseAI/piperider/pull/384
* [Bug] sc-28220 fix init command will fail to generate config files by kentwelcome in https://github.com/InfuseAI/piperider/pull/381
* [Bug] sc-28110 fix gcloud command can not execute by copy past by kentwelcome in https://github.com/InfuseAI/piperider/pull/376
* [Bug] sc-28110 Change the output format of gcloud auth command by kentwelcome in https://github.com/InfuseAI/piperider/pull/375
* [Bug] sc-28078 Add min version of rich library by kentwelcome in https://github.com/InfuseAI/piperider/pull/365
* [Bug] fix pybigquery package dependency by even-wei in https://github.com/InfuseAI/piperider/pull/383

Full Changelog: https://github.com/InfuseAI/piperider/compare/v0.6.0...v0.7.0


</details>

0.7.0rc.3

What's Changed
* [Release] sc-28246 Update release process github token by kentwelcome in https://github.com/InfuseAI/piperider/pull/386
* [Release] Update PipeRider README connectors list by kentwelcome in https://github.com/InfuseAI/piperider/pull/385
* [Release] Bump version to v0.7.0 by kentwelcome in https://github.com/InfuseAI/piperider/pull/361
* [Feature] sc-29777 Collect user feedback in CLI by kentwelcome in https://github.com/InfuseAI/piperider/pull/367
* [Feature] sc-28191 Setup release script to auto generate sample reports by kentwelcome in https://github.com/InfuseAI/piperider/pull/380
* [Feature] sc-27801 Init command support redshift by kentwelcome in https://github.com/InfuseAI/piperider/pull/369
* [Feature] sc-27764 Support BigQuery datasource by kentwelcome in https://github.com/InfuseAI/piperider/pull/352
* [Feature] new metadata to single run report by qrtt1 in https://github.com/InfuseAI/piperider/pull/364
* [Feature] enhance piperider configuration files by wcchang1115 in https://github.com/InfuseAI/piperider/pull/363
* [Feature] Support snowflake timestamp_ntz schema type by wcchang1115 in https://github.com/InfuseAI/piperider/pull/370
* [Feature] : (sc 27429) Implement V1 Charts UI - BooleanPie, Histogram, CategoricalBar by jonycfu in https://github.com/InfuseAI/piperider/pull/362
* [Document] Update sample reports for version 0.6.0 by ctiml in https://github.com/InfuseAI/piperider/pull/374
* [Document] Update README.md to correctly render table by ggosiang in https://github.com/InfuseAI/piperider/pull/373
* [Document] Update README.md by hlb in https://github.com/InfuseAI/piperider/pull/371
* [Chore] Revert snowflake odbc default timeout value by wcchang1115 in https://github.com/InfuseAI/piperider/pull/368
* [Chore] : build-statics (if_merged_build condition) + unneeded dependency cleanup by jonycfu in https://github.com/InfuseAI/piperider/pull/379
* [Bug] sc-28245 Remove default value of bigquery service account by kentwelcome in https://github.com/InfuseAI/piperider/pull/384
* [Bug] sc-28220 fix init command will fail to generate config files by kentwelcome in https://github.com/InfuseAI/piperider/pull/381
* [Bug] sc-28110 fix gcloud command can not execute by copy past by kentwelcome in https://github.com/InfuseAI/piperider/pull/376
* [Bug] sc-28110 Change the output format of gcloud auth command by kentwelcome in https://github.com/InfuseAI/piperider/pull/375
* [Bug] sc-28078 Add min version of rich library by kentwelcome in https://github.com/InfuseAI/piperider/pull/365
* [Bug] fix pybigquery package dependency by even-wei in https://github.com/InfuseAI/piperider/pull/383
New Contributors
* ggosiang made their first contribution in https://github.com/InfuseAI/piperider/pull/373

**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.6.0...v0.7.0-rc.3

0.7.0rc.2

What's Changed
* [Release] Update PipeRider README connectors list by kentwelcome in https://github.com/InfuseAI/piperider/pull/385
* [Release] Bump version to v0.7.0 by kentwelcome in https://github.com/InfuseAI/piperider/pull/361
* [Feature] sc-29777 Collect user feedback in CLI by kentwelcome in https://github.com/InfuseAI/piperider/pull/367
* [Feature] sc-28191 Setup release script to auto generate sample reports by kentwelcome in https://github.com/InfuseAI/piperider/pull/380
* [Feature] sc-27801 Init command support redshift by kentwelcome in https://github.com/InfuseAI/piperider/pull/369
* [Feature] sc-27764 Support BigQuery datasource by kentwelcome in https://github.com/InfuseAI/piperider/pull/352
* [Feature] new metadata to single run report by qrtt1 in https://github.com/InfuseAI/piperider/pull/364
* [Feature] Support snowflake timestamp_ntz schema type by wcchang1115 in https://github.com/InfuseAI/piperider/pull/370
* [Feature] : (sc 27429) Implement V1 Charts UI - BooleanPie, Histogram, CategoricalBar by jonycfu in https://github.com/InfuseAI/piperider/pull/362
* [Document] Update sample reports for version 0.6.0 by ctiml in https://github.com/InfuseAI/piperider/pull/374
* [Document] Update README.md to correctly render table by ggosiang in https://github.com/InfuseAI/piperider/pull/373
* [Document] Update README.md by hlb in https://github.com/InfuseAI/piperider/pull/371
* [Chore] Revert snowflake odbc default timeout value by wcchang1115 in https://github.com/InfuseAI/piperider/pull/368
* [Chore] : build-statics (if_merged_build condition) + unneeded dependency cleanup by jonycfu in https://github.com/InfuseAI/piperider/pull/379
* [Bug] sc-28245 Remove default value of bigquery service account by kentwelcome in https://github.com/InfuseAI/piperider/pull/384
* [Bug] sc-28220 fix init command will fail to generate config files by kentwelcome in https://github.com/InfuseAI/piperider/pull/381
* [Bug] sc-28110 fix gcloud command can not execute by copy past by kentwelcome in https://github.com/InfuseAI/piperider/pull/376
* [Bug] sc-28110 Change the output format of gcloud auth command by kentwelcome in https://github.com/InfuseAI/piperider/pull/375
* [Bug] sc-28078 Add min version of rich library by kentwelcome in https://github.com/InfuseAI/piperider/pull/365
* [Bug] fix pybigquery package dependency by even-wei in https://github.com/InfuseAI/piperider/pull/383
New Contributors
* ggosiang made their first contribution in https://github.com/InfuseAI/piperider/pull/373

**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.6.0...v0.7.0-rc.2

0.7.0rc.1

What's Changed
* [Release] Bump version to v0.7.0 by kentwelcome in https://github.com/InfuseAI/piperider/pull/361
* [Feature] sc-29777 Collect user feedback in CLI by kentwelcome in https://github.com/InfuseAI/piperider/pull/367
* [Feature] sc-27801 Init command support redshift by kentwelcome in https://github.com/InfuseAI/piperider/pull/369
* [Feature] sc-27764 Support BigQuery datasource by kentwelcome in https://github.com/InfuseAI/piperider/pull/352
* [Feature] new metadata to single run report by qrtt1 in https://github.com/InfuseAI/piperider/pull/364
* [Feature] Support snowflake timestamp_ntz schema type by wcchang1115 in https://github.com/InfuseAI/piperider/pull/370
* [Feature] : (sc 27429) Implement V1 Charts UI - BooleanPie, Histogram, CategoricalBar by jonycfu in https://github.com/InfuseAI/piperider/pull/362
* [Document] Update sample reports for version 0.6.0 by ctiml in https://github.com/InfuseAI/piperider/pull/374
* [Document] Update README.md to correctly render table by ggosiang in https://github.com/InfuseAI/piperider/pull/373
* [Document] Update README.md by hlb in https://github.com/InfuseAI/piperider/pull/371
* [Chore] Revert snowflake odbc default timeout value by wcchang1115 in https://github.com/InfuseAI/piperider/pull/368
* [Chore] : build-statics (if_merged_build condition) + unneeded dependency cleanup by jonycfu in https://github.com/InfuseAI/piperider/pull/379
* [Bug] sc-28110 fix gcloud command can not execute by copy past by kentwelcome in https://github.com/InfuseAI/piperider/pull/376
* [Bug] sc-28110 Change the output format of gcloud auth command by kentwelcome in https://github.com/InfuseAI/piperider/pull/375
* [Bug] sc-28078 Add min version of rich library by kentwelcome in https://github.com/InfuseAI/piperider/pull/365
New Contributors
* ggosiang made their first contribution in https://github.com/InfuseAI/piperider/pull/373

**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.6.0...v0.7.0-rc.1

0.6.0

Released on 08-11-2022
PipeRider version 0.6.0 is out now! We've added new profiling metrics, a new grid-based report design, and you can now specify the location of your reports.


:mag_right: More metrics for profiling your data
>
- text length analysis for string columns
- most frequent categories for integer columns
- distinct and duplicates values for integer, string, and datetime columns

Discover [all of our supported metrics](https://github.com/InfuseAI/piperider/blob/main/docs/metrics.md)


:art: New grid layout in profiling report
Created a new grid-based layout for easier and quicker insights into your data

![](https://i.imgur.com/75iC8t7.png)


:car: Specify the path of your reports


You can now specify the path where the reports will be stored in two ways:

1. Use `--report-dir $PATH` to specify when running piperider:

jsx
piperider compare-reports --report-dir "reports/"


2. Specify `report_dir` in the project’s `config.yml`:

yaml
default value ( `.` always refer to `.piperider`)
report will go to {outputs, comparisons}
report_dir: "reports/" report will save to reports/ folder in your project


:thought_balloon: Giving feedback is now easier

We added a sidebar and a button below where you can give quick &amp; easy feedback

Contact

We'd love your feedback! Send us a message on [piperider.io](https://piperider.io), join our [Discord](https://discord.gg/xKxsdPx4d5), or report an issue on [GitHub](https://github.com/InfuseAI/piperider/issues)



----


<details>
<summary>All changes</summary>

* [Release] Bump version to v0.6.0 for next release by kentwelcome in https://github.com/InfuseAI/piperider/pull/327
* [Feature] sc-27727 CLI will provide metadata for static report by kentwelcome in https://github.com/InfuseAI/piperider/pull/329
* [Feature] sc-27510 Pass project_id value to static report by kentwelcome in https://github.com/InfuseAI/piperider/pull/345
* [Feature] integrate amplitude by neighborhood999 in https://github.com/InfuseAI/piperider/pull/346
* [Feature] column cards by jonycfu in https://github.com/InfuseAI/piperider/pull/347
* [Feature] add sidebar and user feedback feature by neighborhood999 in https://github.com/InfuseAI/piperider/pull/334
* [Feature] Support to change the report directory by --report-dir by qrtt1 in https://github.com/InfuseAI/piperider/pull/354
* [Feature] Remove distinct metric from other type by popcornylu in https://github.com/InfuseAI/piperider/pull/359
* [Feature] Aggregate automation user data by project-id by qrtt1 in https://github.com/InfuseAI/piperider/pull/343
* [Feature] Add text length analytics, duplicates, data composition metrics by popcornylu in https://github.com/InfuseAI/piperider/pull/309
* [Feature] Add a latest link to the latest comparison report by wcchang1115 in https://github.com/InfuseAI/piperider/pull/348
* [Document] Add metric document by popcornylu in https://github.com/InfuseAI/piperider/pull/339
* [Document] Add metric document by popcornylu in https://github.com/InfuseAI/piperider/pull/337
* [Chore] update feedback title and added optional email by neighborhood999 in https://github.com/InfuseAI/piperider/pull/355
* [Chore] remove a redunant artifact by wcchang1115 in https://github.com/InfuseAI/piperider/pull/356
* [Chore] e2e edge asymmetric cases by jonycfu in https://github.com/InfuseAI/piperider/pull/341
* [Chore] added email optional wording by neighborhood999 in https://github.com/InfuseAI/piperider/pull/358
* [Chore] Update sample reports by ctiml in https://github.com/InfuseAI/piperider/pull/344
* [Chore] Update sample comparison report by ctiml in https://github.com/InfuseAI/piperider/pull/349
* [Chore] Change to use the new metrics to recommendation logic by popcornylu in https://github.com/InfuseAI/piperider/pull/335
* [Chore] Adjust the json schema by popcornylu in https://github.com/InfuseAI/piperider/pull/338
* [Chore] Add suffix to user id if the event triggered by CI by ctiml in https://github.com/InfuseAI/piperider/pull/357
* [Bug] strict null checks for data flow resilience by jonycfu in https://github.com/InfuseAI/piperider/pull/340
* [Bug] sending an event when user into a report page by neighborhood999 in https://github.com/InfuseAI/piperider/pull/351
* [Bug] sc-27731 Fix frontend e2e test failed issue by kentwelcome in https://github.com/InfuseAI/piperider/pull/330
* [Bug] sc-27727 Remove redundant print by kentwelcome in https://github.com/InfuseAI/piperider/pull/331
* [Bug] sc-27727 Add SENTRY_DNS file in setup.py package_data field by kentwelcome in https://github.com/InfuseAI/piperider/pull/332
* [Bug] comparison report changed metrics 27701 by jonycfu in https://github.com/InfuseAI/piperider/pull/350
* [Bug] asymmetric column handling UI by jonycfu in https://github.com/InfuseAI/piperider/pull/328
* [Bug] add user id for amplitude to identify users by neighborhood999 in https://github.com/InfuseAI/piperider/pull/360
* [Bug] Fix wrong number format by popcornylu in https://github.com/InfuseAI/piperider/pull/336
* [Bug] Fix output-location bugs and wording by qrtt1 in https://github.com/InfuseAI/piperider/pull/333

</details>

**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.5.0...v0.6.0

0.6.0rc.5

What's Changed
* [Release] Bump version to v0.6.0 for next release by kentwelcome in https://github.com/InfuseAI/piperider/pull/327
* [Feature] sc-27727 CLI will provide metadata for static report by kentwelcome in https://github.com/InfuseAI/piperider/pull/329
* [Feature] sc-27510 Pass project_id value to static report by kentwelcome in https://github.com/InfuseAI/piperider/pull/345
* [Feature] integrate amplitude by neighborhood999 in https://github.com/InfuseAI/piperider/pull/346
* [Feature] column cards by jonycfu in https://github.com/InfuseAI/piperider/pull/347
* [Feature] add sidebar and user feedback feature by neighborhood999 in https://github.com/InfuseAI/piperider/pull/334
* [Feature] Support to change the report directory by --report-dir by qrtt1 in https://github.com/InfuseAI/piperider/pull/354
* [Feature] Remove distinct metric from other type by popcornylu in https://github.com/InfuseAI/piperider/pull/359
* [Feature] Aggregate automation user data by project-id by qrtt1 in https://github.com/InfuseAI/piperider/pull/343
* [Feature] Add text length analytics, duplicates, data composition metrics by popcornylu in https://github.com/InfuseAI/piperider/pull/309
* [Feature] Add a latest link to the latest comparison report by wcchang1115 in https://github.com/InfuseAI/piperider/pull/348
* [Document] Add metric document by popcornylu in https://github.com/InfuseAI/piperider/pull/339
* [Document] Add metric document by popcornylu in https://github.com/InfuseAI/piperider/pull/337
* [Chore] update feedback title and added optional email by neighborhood999 in https://github.com/InfuseAI/piperider/pull/355
* [Chore] remove a redunant artifact by wcchang1115 in https://github.com/InfuseAI/piperider/pull/356
* [Chore] e2e edge asymmetric cases by jonycfu in https://github.com/InfuseAI/piperider/pull/341
* [Chore] added email optional wording by neighborhood999 in https://github.com/InfuseAI/piperider/pull/358
* [Chore] Update sample reports by ctiml in https://github.com/InfuseAI/piperider/pull/344
* [Chore] Update sample comparison report by ctiml in https://github.com/InfuseAI/piperider/pull/349
* [Chore] Change to use the new metrics to recommendation logic by popcornylu in https://github.com/InfuseAI/piperider/pull/335
* [Chore] Adjust the json schema by popcornylu in https://github.com/InfuseAI/piperider/pull/338
* [Chore] Add suffix to user id if the event triggered by CI by ctiml in https://github.com/InfuseAI/piperider/pull/357
* [Bug] strict null checks for data flow resilience by jonycfu in https://github.com/InfuseAI/piperider/pull/340
* [Bug] sending an event when user into a report page by neighborhood999 in https://github.com/InfuseAI/piperider/pull/351
* [Bug] sc-27731 Fix frontend e2e test failed issue by kentwelcome in https://github.com/InfuseAI/piperider/pull/330
* [Bug] sc-27727 Remove redundant print by kentwelcome in https://github.com/InfuseAI/piperider/pull/331
* [Bug] sc-27727 Add SENTRY_DNS file in setup.py package_data field by kentwelcome in https://github.com/InfuseAI/piperider/pull/332
* [Bug] comparison report changed metrics 27701 by jonycfu in https://github.com/InfuseAI/piperider/pull/350
* [Bug] asymmetric column handling UI by jonycfu in https://github.com/InfuseAI/piperider/pull/328
* [Bug] add user id for amplitude to identify users by neighborhood999 in https://github.com/InfuseAI/piperider/pull/360
* [Bug] Fix wrong number format by popcornylu in https://github.com/InfuseAI/piperider/pull/336
* [Bug] Fix output-location bugs and wording by qrtt1 in https://github.com/InfuseAI/piperider/pull/333

**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.5.0...v0.6.0-rc.5

Page 21 of 26

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.