Piperider

Latest version: v0.41.0

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

Scan your dependencies

Page 10 of 26

0.26.0rc.2

What's Changed
* [Release] Bump version 0.26.0 by wcchang1115 in https://github.com/InfuseAI/piperider/pull/696
* [Feature] Add dbt-list integrations by qrtt1 in https://github.com/InfuseAI/piperider/pull/699
* [Feature] Improve the sidebar: column orders, modified state, and no column node for non-profiled models. by popcornylu in https://github.com/InfuseAI/piperider/pull/702
* [Feature] sc-31437 Default enable dbt-run-results flag if file exists by kentwelcome in https://github.com/InfuseAI/piperider/pull/701
* [Feature] Add overview item in the sidebar by popcornylu in https://github.com/InfuseAI/piperider/pull/705
* [Feature] piperider compare improvement by qrtt1 in https://github.com/InfuseAI/piperider/pull/694
* [Feature] Include the dbt run results artifact in pipierider run json by default by popcornylu in https://github.com/InfuseAI/piperider/pull/713
* [Bug] Fix the table list show wrong table entries by popcornylu in https://github.com/InfuseAI/piperider/pull/697
* [Bug] Add soft wrap to console print for report location by wcchang1115 in https://github.com/InfuseAI/piperider/pull/706
* [Bug] Skip the metric if depends_on.nodes is empty by ctiml in https://github.com/InfuseAI/piperider/pull/707
* [Bug] Fix keyerror of compare-reports with --tables-from option by wcchang1115 in https://github.com/InfuseAI/piperider/pull/708
* [Bug] The report would encounter error if use --table option by popcornylu in https://github.com/InfuseAI/piperider/pull/710
* [Bug] sc-31540 The dbt test result will not effect return code by kentwelcome in https://github.com/InfuseAI/piperider/pull/712
* [Bug] cannot run piperider if the dbt project has no target-path settings by popcornylu in https://github.com/InfuseAI/piperider/pull/714
* [Bug] generate-assertions always fail because the table is not always profiled by popcornylu in https://github.com/InfuseAI/piperider/pull/715
* [Bug] sc-31552 Modify the error and hint message when no config file by kentwelcome in https://github.com/InfuseAI/piperider/pull/716


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

0.26.0rc.1

What's Changed
* [Release] Bump version 0.26.0 by wcchang1115 in https://github.com/InfuseAI/piperider/pull/696
* [Feature] Add dbt-list integrations by qrtt1 in https://github.com/InfuseAI/piperider/pull/699
* [Feature] Improve the sidebar: column orders, modified state, and no column node for non-profiled models. by popcornylu in https://github.com/InfuseAI/piperider/pull/702
* [Feature] sc-31437 Default enable dbt-run-results flag if file exists by kentwelcome in https://github.com/InfuseAI/piperider/pull/701
* [Feature] Add overview item in the sidebar by popcornylu in https://github.com/InfuseAI/piperider/pull/705
* [Feature] piperider compare improvement by qrtt1 in https://github.com/InfuseAI/piperider/pull/694
* [Feature] Include the dbt run results artifact in pipierider run json by default by popcornylu in https://github.com/InfuseAI/piperider/pull/713
* [Bug] Fix the table list show wrong table entries by popcornylu in https://github.com/InfuseAI/piperider/pull/697
* [Bug] Add soft wrap to console print for report location by wcchang1115 in https://github.com/InfuseAI/piperider/pull/706
* [Bug] Skip the metric if depends_on.nodes is empty by ctiml in https://github.com/InfuseAI/piperider/pull/707
* [Bug] Fix keyerror of compare-reports with --tables-from option by wcchang1115 in https://github.com/InfuseAI/piperider/pull/708
* [Bug] The report would encounter error if use --table option by popcornylu in https://github.com/InfuseAI/piperider/pull/710
* [Bug] sc-31540 The dbt test result will not effect return code by kentwelcome in https://github.com/InfuseAI/piperider/pull/712

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

0.25.3

- [Bug] The report would encounter error if use --table option 710

**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.25.2...v0.25.3

0.25.2

Bug Fixes
- Fix keyerror of compare-reports with --tables-from option 708

**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.25.1...v0.25.2

0.25.1

Bug Fixes
The table list shows wrong table entries 697

**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.25.0...v0.25.1

0.25.0

Released on 05-18-2023
New Features :star2:
- PipeRider run & compare can now be executed without piperider init
- The sidebar is redesigned to display in the format of a dbt project tree. Additionally, our default piperider run will allow you to view the schema information for all **sources**, **seeds**, and **models**.

Bug Fixes :wrench:
- Fixed issue where `piperider run --table` was getting the wrong schema. [678](https://github.com/InfuseAI/piperider/pull/678)
- Fixed issue with invalid isoformat string while comparing reports. [690](https://github.com/InfuseAI/piperider/pull/690)

Deprecation :city_sunset:
- **Deprecate the assertions.** We will not support more assertions feature. And the assertions features would be removed in the future.
- **Deprecate the non-dbt use case.** PipeRider development will focus on the dbt use case. So for the original non-dbt project data profiling and data assertion feature, they will be removed in the future.


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>

What's Changed
* [Release] Bump version 0.25.0 by wcchang1115 in https://github.com/InfuseAI/piperider/pull/677
* [Feature] sc-31163 PipeRider run & compare can be executed without init by kentwelcome in https://github.com/InfuseAI/piperider/pull/680
* [Feature] sc-31205 Mark assertions page as deprecated in front-end page by kentwelcome in https://github.com/InfuseAI/piperider/pull/683
* [Feature] Init-less commands won't look for dbt project yaml in subdirectory by ctiml in https://github.com/InfuseAI/piperider/pull/685
* [Feature] Track schema changes in the dbt project by qrtt1 in https://github.com/InfuseAI/piperider/pull/679
* [Feature] Show sidebar by dbt project structure by popcornylu in https://github.com/InfuseAI/piperider/pull/682
* [Chore] Modify the piperider run output wording by popcornylu in https://github.com/InfuseAI/piperider/pull/695
* [Bug] sc-31212 Fix piperider run --table get wrong schema issue by kentwelcome in https://github.com/InfuseAI/piperider/pull/678
* [Bug] Fix some frontend issues by kentwelcome in https://github.com/InfuseAI/piperider/pull/687
* [Bug] fix help menu zindex issue by kentwelcome in https://github.com/InfuseAI/piperider/pull/689
* [Bug] Remove sqlalchemy restriction by wcchang1115 in https://github.com/InfuseAI/piperider/pull/688
* [Bug] Fix invalid isoformat string while comparing reports by wcchang1115 in https://github.com/InfuseAI/piperider/pull/690

**Full Changelog**: https://github.com/InfuseAI/piperider/compare/v0.24.0...v0.25.0


</details>

Page 10 of 26

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.