Comment on page
PipeRider
Release notes for PipeRider OSS
Please refer to the PipeRider Releases page on GitHub for more details, including notes on bug fixes and release candidates.
- Support for dbt 1.7 added
- Bug fixes
- Support added for DuckDB accessing files stored in S3
- Removal of PipeRider Assertions feature
- Bug fixes
Bug fixes and chores.
- dbt profile and target can now be selected with options
--dbt-profile
and--dbt-target
(GitHub Issue 898) - Bug fixes
Bug fixes.
- PipeRider CLI support share to temporary quick look
- [Report Improvement] Disclaimer is now shown in report if the
--skip-datasource
option is used to let users know that only metadata was used and a data profile was not performed
--skip-datasource
option added topiperider run
andpiperider compare
that generates a lightweight comparison based on dbt manifest files and features schema changes and Lineage Diff.
- PipeRider now supports the dbt Semantic Layer, introduced in dbt 1.6
- PipeRider no longer supports metric configuration prior to dbt 1.6
- The default resource selection behavior of
piperider run
andpiperider compare
has been updated:piperider run
now selects ALL resources by default.piperider compare
now selectsstate:modified+
by default.
- Support for dbt-core 1.6
- Improved CLI and Report hints when PipeRider detects that no resources have been profiled
- Databricks now supported as a data source
- Updated Impact Summary on CLI, and in Markdown summary and HTML report
- When the
--modified
option is used, PipeRider will rundbt build
withstate:modified+
piperider compare
now works in an uncommited Git repository. Previously, you were required to commit your changes, before runningpiperider compare
. This requirement is no longer neccessary, andcompare
now works in a 'dirty repository'.--modified
option added topiperider compare
to enable profiling only modified resources.
- Run and compare command support dbt selector: just like
dbt run -s <selector>
, you can use selector in therun
andcompare
(#739) - Add cloud config to local project config: the default cloud project config is not set to project level instead of user level. It allow you to upload to different cloud project for different dbt repositories. (#748)
- Improvements to formatting and information contained in the comparison summary markdown for pull request comments
- PipeRider compare now profiles models based on piperider tags contained in the development/target branch
- Fix wrong source table name when users specify identifier in dbt schema
- Fix PipeRider compare action helper for init-less flow
- Support for dry run and interactive mode: The
piperider compare
command now includes the new options--dry-run
and--interactive
. - Improvements to the Report UI: Sidebar enhancements including column orders, a modified state indicator, overview item, and hide column nodes for no-profiling models.
- Fixed an issue where the table list displayed incorrect entries.
- Addressed a key error in
compare-reports
when using the--tables-from
option. - Resolved an error that occurred when using the
--table
option in reports.
- dbt test results are now included by default: It's no longer neccessary to use
--dbt-run-results
, but it can still be specified without error.
- Bug fixes
Increased focus on dbt project integration.
- It's no longer required to run
piperider init
inside dbt projects, just install PipeRider and run - The report sidebar has been redesigned to follow closely with the layout of the dbt docs sidebar, making it easier to navigate for dbt users
- Tracking schema changes: Previously, the profiling was a one-time scan of models with tags, including metadata fetching and execution profiling. Now, in the new version, we have separated the metadata collection and profiling into two distinct phases:
- 1.PipeRider will gather all metadata to track schema changes for models, seeds, and sources.
- 2.PipeRider will continue to profile only those models that have been tagged for profiling.
The following features are now deprecated and will be removed from a future version of PipeRider:
- Using PipeRider in non-dbt projects
- PipeRider assertions
These features are still included in PipeRider for the time being, but are not recommended for continued use.
Bug fix:
- PipeRider bug with PipeRider using the wrong schema when using the
--table
option
Bug fixes, including:
- Fix issue when loading dbt project yaml
- Fix PiperRider Cloud report URL in CLI output
- AWS Athena Support: PipeRider now supports querying and profiling data stored in AWS Athena.
- Skipped model reasons: We have added the ability to display the reason why certain models were skipped during profiling and metric queries, making it easier for users to understand and improve their data pipeline.
- Compare Recipe Enhancements:
- Our Compare recipe has been enhanced to support both file and Jinja formats, allowing users to template values from environment variables for more dynamic comparisons.
- The
compare
command now supports comparing to a file. This means you can manually set the baseline to an existing report, and then use that in future comparisons without the need to run the baseline profile each time.
- Other Enhancements and Bug Fixes: We have also made several other enhancements and bug fixes, including the addition of buttons for GitHub, Discord, and documentation feedback, ensuring users have an easy and efficient way to provide feedback and suggestions for future improvements.
- We are excited to announce the release of our new Compare GitHub Action! This powerful new feature allows you to easily compare code changes and send summary to your PR comment. For more information, please visit our GitHub Marketplace page.
- We have made some layout adjustments to our application to improve its responsiveness and overall user experience.
- Resolved an issue related to symbolic links on Windows.
- Changed to using 'three-dot compare' (instead of two-dot) when running
piperider compare
. Refer to the GitHub documentation for more information on two-dot and three-dot Git diff comparisons.
- Improved the cloud signup process.
piperider compare
now supports PipeRider cloud.
Last modified 16d ago