Piperider

Latest version: v0.41.0

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

Scan your dependencies

Page 16 of 26

0.16.0

Released on 12-28-2022
PipeRider version 0.16.0 is out now! Support for BigQuery's repeated fields, automatically open your report, and the ability to profile views.


:wrench: Support BigQuery 'repeated fields'
You can now profile BigQuery's repeated fields: PipeRider will flatten the array column to profile the columns nested inside.

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



:open_book: Automatically open your reports
Automatically open your HTML after running PipeRider by using the command:

piperider run --open



:sunrise_over_mountains: Supporting views in addition to tables
Rather than only profiling the tables in the datawarehouse, you can now profile views too


.piperider/config.yml
include_views: true


Get in touch :heart:

We'd love your feedback! Send us a message via Intercom on [piperider.io](https://piperider.io), join our [Discord](https://discord.gg/xKxsdPx4d5), report an issue on [GitHub](https://github.com/InfuseAI/piperider/issues), or send us a good old-fashioned [email](mailto:productinfuseai.io)



----


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


* [Release] Bump version 0.16.0 by wcchang1115 in https://github.com/InfuseAI/piperider/pull/542
* [Feature] - sc 29770 - open the piperider report in piperider run by jonycfu in https://github.com/InfuseAI/piperider/pull/543
* [Feature] Support view profiling by wcchang1115 in https://github.com/InfuseAI/piperider/pull/545
* [Feature] Support bigquery array by popcornylu in https://github.com/InfuseAI/piperider/pull/547
* [Feature] Generate comparison summary on cloud by wcchang1115 in https://github.com/InfuseAI/piperider/pull/549
* [Feature] Copy dbt state files to the report folder by wcchang1115 in https://github.com/InfuseAI/piperider/pull/551
* [Chore] add piperider variant button by neighborhood999 in https://github.com/InfuseAI/piperider/pull/550
* [Chore] - update to chartjs v4 by jonycfu in https://github.com/InfuseAI/piperider/pull/552
* [Chore] Add command description and generated url path by wcchang1115 in https://github.com/InfuseAI/piperider/pull/554
* [Bug] : incorrect url path when changing table dropdown by jonycfu in https://github.com/InfuseAI/piperider/pull/544


**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.15.0...v0.16.0


</details>

0.16.0rc.2

What's Changed
* [Release] Bump version 0.16.0 by wcchang1115 in https://github.com/InfuseAI/piperider/pull/542
* [Feature] - sc 29770 - open the piperider report in piperider run by jonycfu in https://github.com/InfuseAI/piperider/pull/543
* [Feature] Support view profiling by wcchang1115 in https://github.com/InfuseAI/piperider/pull/545
* [Feature] Support bigquery array by popcornylu in https://github.com/InfuseAI/piperider/pull/547
* [Feature] Generate comparison summary on cloud by wcchang1115 in https://github.com/InfuseAI/piperider/pull/549
* [Feature] Copy dbt state files to the report folder by wcchang1115 in https://github.com/InfuseAI/piperider/pull/551
* [Chore] add piperider variant button by neighborhood999 in https://github.com/InfuseAI/piperider/pull/550
* [Chore] - update to chartjs v4 by jonycfu in https://github.com/InfuseAI/piperider/pull/552
* [Chore] Add command description and generated url path by wcchang1115 in https://github.com/InfuseAI/piperider/pull/554
* [Bug] : incorrect url path when changing table dropdown by jonycfu in https://github.com/InfuseAI/piperider/pull/544


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

0.16.0rc.1

What's Changed
* [Release] Bump version 0.16.0 by wcchang1115 in https://github.com/InfuseAI/piperider/pull/542
* [Feature] - sc 29770 - open the piperider report in piperider run by jonycfu in https://github.com/InfuseAI/piperider/pull/543
* [Feature] Support view profiling by wcchang1115 in https://github.com/InfuseAI/piperider/pull/545
* [Feature] Support bigquery array by popcornylu in https://github.com/InfuseAI/piperider/pull/547
* [Feature] Generate comparison summary on cloud by wcchang1115 in https://github.com/InfuseAI/piperider/pull/549
* [Feature] Copy dbt state files to the report folder by wcchang1115 in https://github.com/InfuseAI/piperider/pull/551
* [Chore] add piperider variant button by neighborhood999 in https://github.com/InfuseAI/piperider/pull/550
* [Chore] - update to chartjs v4 by jonycfu in https://github.com/InfuseAI/piperider/pull/552
* [Bug] : incorrect url path when changing table dropdown by jonycfu in https://github.com/InfuseAI/piperider/pull/544


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

0.15.1

What's Changed
* [Bug] : incorrect url path when changing table dropdown by jonycfu in https://github.com/InfuseAI/piperider/pull/544


**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.15.0...v0.15.1

0.15.0

Released on 12-16-2022
PipeRider version 0.15.0 is out now! We've added a data summary sidebar to the reports, added support for dbt custom schemas, and you can now use Key Pairs and SSO to connect with Snowflake


:space_invader: New data summary sidebar in HTML reports
Click on a table, and navigate through the different columns on the renewed sidebar. See columns and column types instantly

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


:monocle_face: Support for dbt custom schemas
Using dbt's [custom schemas](https://docs.getdbt.com/docs/build/custom-schemas), you can build models in a specified schema.
PipeRider can now profile models in custom schemas, using dbt state

`piperider run --dbt-state target/`

PipeRider views the custom schema as specified in the dbt state configuration. The displayed name in PipeRider's table is same as the dbt model name


:snowflake: Key Pair & SSO Authentication for Snowflake
You can now connect with your Snowflake datawarehouse using:
* Password
* Key Pair
* SSO


[Read the docs](https://docs.piperider.io/cli/supported-data-sources/snowflake-connector) for detailed instructions

Get in touch :heart:

We'd love your feedback! Send us a message via Intercom on [piperider.io](https://piperider.io), join our [Discord](https://discord.gg/xKxsdPx4d5), report an issue on [GitHub](https://github.com/InfuseAI/piperider/issues), or send us a good old-fashioned [email](mailto:productinfuseai.io)



----


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


* [Release] Bump version to 0.15.0 by wcchang1115 in https://github.com/InfuseAI/piperider/pull/527
* [Feature] : remove legacy assertion test + distribution schema signatures by jonycfu in https://github.com/InfuseAI/piperider/pull/524
* [Feature] : sc 29873/oss data sidebar by jonycfu in https://github.com/InfuseAI/piperider/pull/535
* [Feature] Support keypair and SSO authentication in snowflake connector by popcornylu in https://github.com/InfuseAI/piperider/pull/540
* [Feature] Support custom schema for dbt state integration by wcchang1115 in https://github.com/InfuseAI/piperider/pull/536
* [Chore] - git submodule approach: Core OSS UI (cleanup + expose) by jonycfu in https://github.com/InfuseAI/piperider/pull/528
* [Chore] - git submodule approach (cleanup) by jonycfu in https://github.com/InfuseAI/piperider/pull/529
* [Chore] adjustment TableActionBar children prop position by neighborhood999 in https://github.com/InfuseAI/piperider/pull/530
* [Chore] refactor report list to apply new ui by neighborhood999 in https://github.com/InfuseAI/piperider/pull/534
* [Chore] add the table description by neighborhood999 in https://github.com/InfuseAI/piperider/pull/537
* [Bug] - lint script; string-casting bug (table-col-schema-list) by jonycfu in https://github.com/InfuseAI/piperider/pull/531
* [Bug] : assertion-list widget filter (col-details-pages) by jonycfu in https://github.com/InfuseAI/piperider/pull/539
* [Bug] Fix the datetime overflow problem while profiling by popcornylu in https://github.com/InfuseAI/piperider/pull/538


**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.14.0...v0.15.0


</details>

0.15.0rc.1

What's Changed
* [Release] Bump version to 0.15.0 by wcchang1115 in https://github.com/InfuseAI/piperider/pull/527
* [Feature] : remove legacy assertion test + distribution schema signatures by jonycfu in https://github.com/InfuseAI/piperider/pull/524
* [Feature] : sc 29873/oss data sidebar by jonycfu in https://github.com/InfuseAI/piperider/pull/535
* [Feature] Support keypair and SSO authentication in snowflake connector by popcornylu in https://github.com/InfuseAI/piperider/pull/540
* [Feature] Support custom schema for dbt state integration by wcchang1115 in https://github.com/InfuseAI/piperider/pull/536
* [Chore] - git submodule approach: Core OSS UI (cleanup + expose) by jonycfu in https://github.com/InfuseAI/piperider/pull/528
* [Chore] - git submodule approach (cleanup) by jonycfu in https://github.com/InfuseAI/piperider/pull/529
* [Chore] adjustment TableActionBar children prop position by neighborhood999 in https://github.com/InfuseAI/piperider/pull/530
* [Chore] refactor report list to apply new ui by neighborhood999 in https://github.com/InfuseAI/piperider/pull/534
* [Chore] add the table description by neighborhood999 in https://github.com/InfuseAI/piperider/pull/537
* [Bug] - lint script; string-casting bug (table-col-schema-list) by jonycfu in https://github.com/InfuseAI/piperider/pull/531
* [Bug] : assertion-list widget filter (col-details-pages) by jonycfu in https://github.com/InfuseAI/piperider/pull/539
* [Bug] Fix the datetime overflow problem while profiling by popcornylu in https://github.com/InfuseAI/piperider/pull/538


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

Page 16 of 26

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.