Releases: InfuseAI/piperider
Releases · InfuseAI/piperider
v0.33.0-rc.2
What's Changed
- [Release] Bump version 0.33.0 by @wcchang1115 in #861
- [Feature] Support the basic dbt 1.6 metric by @wcchang1115 in #870
- [Feature] Fold all resources in the sidebar by default by @popcornylu in #874
- [Feature] Add metric 1.6 to implicit change by @popcornylu in #876
- [Feature] Add restriction to dbt 1.6 metric support by @wcchang1115 in #875
- [Chore] Update version requirements to snowflake dependencies by @qrtt1 in #863
- [Chore] Update bigquery denpendencies by @qrtt1 in #864
- [Chore] sc-32147 Reduce the file size of
run.jsonto speed up the report upload time by @kentwelcome in #862 - [Chore] tuning piperider cli startup speed by @qrtt1 in #869
- [Bug] sc-32142 Throw NoneType error when piperider config file is empty by @kentwelcome in #860
- [Bug] Add warning and hint for legacy metrics by @qrtt1 in #867
- [Bug] add warning at impact summary by @qrtt1 in #868
- [Bug] Fix upgrade_schema bug to keep metrics data by @qrtt1 in #871
- [Bug] Add semantic models to lineage graph by @popcornylu in #872
- [Bug] TypeError: init() got an unexpected keyword argument "execut… by @popcornylu in #873
- [Bug] Fix null time dimension expression by @wcchang1115 in #877
- [Bug] comparison generating failed when impacted models are more than 50 by @popcornylu in #878
Full Changelog: v0.32.0...v0.33.0-rc.2
v0.33.0-rc.1
What's Changed
- [Release] Bump version 0.33.0 by @wcchang1115 in #861
- [Feature] Support the basic dbt 1.6 metric by @wcchang1115 in #870
- [Feature] Fold all resources in the sidebar by default by @popcornylu in #874
- [Chore] Update version requirements to snowflake dependencies by @qrtt1 in #863
- [Chore] Update bigquery denpendencies by @qrtt1 in #864
- [Chore] sc-32147 Reduce the file size of
run.jsonto speed up the report upload time by @kentwelcome in #862 - [Chore] tuning piperider cli startup speed by @qrtt1 in #869
- [Bug] sc-32142 Throw NoneType error when piperider config file is empty by @kentwelcome in #860
- [Bug] Add warning and hint for legacy metrics by @qrtt1 in #867
- [Bug] add warning at impact summary by @qrtt1 in #868
- [Bug] Fix upgrade_schema bug to keep metrics data by @qrtt1 in #871
- [Bug] Add semantic models to lineage graph by @popcornylu in #872
- [Bug] TypeError: init() got an unexpected keyword argument "execut… by @popcornylu in #873
Full Changelog: v0.32.0...v0.33.0-rc.1
v0.32.0
What's new in PipeRider v0.32.0
Released on 08-24-2023
New Features 🌟
- Backlinks to PR in comparison reports UI #845 #839 #848
- Change the default select behavior of run and compare #847
- Support dbt-core v1.6 #840
- Piperider run support no database connection #842
Bug Fixes 🔧
- Update to use unique ID to parse dbt resource #843
- Don’t show change icon if one side is not profiled #846
Improvements 🌱
- Bump snowflake-sqlalchemy version #844
- Introduce reversed-manifest tool #851
- Add utm_source in the cloud report #853
Get in touch ❤️
We'd love your feedback! Send us a message via Intercom on piperider.io, join our Discord, report an issue on GitHub, or send us a good old-fashioned email
All changes
What's Changed
- [Release] Bump version 0.32.0 by @wcchang1115 in #841
- [Feature] Get the PR information in the github action environment by @popcornylu in #839
- [Feature] support dbt-core v1.6 by @qrtt1 in #840
- [Feature] backlinks to pr in comparison reports UI by @popcornylu in #845
- [Feature] Add comparison report metadata in the local report by @popcornylu in #848
- [Feature] Change the default behavior of run and compare by @wcchang1115 in #847
- [Feature] sc-31711 Piperider run support no database connection by @kentwelcome in #842
- [Feature] sc-32095 Add
--skip-datasourceoption for run command by @kentwelcome in #855 - [Chore] Bump snowflake-sqlalchemy version by @popcornylu in #844
- [Chore] keep the lineage state in url by @popcornylu in #849
- [Chore] keep the lineage state in url by @popcornylu in #850
- [Chore] introduce reversed-manifest tool by @qrtt1 in #851
- [Chore] Add utm_source in the cloud report by @popcornylu in #853
- [Chore] minor fixes to improve messages by @qrtt1 in #857
- [Bug] Update to use unique id to parse dbt resource by @wcchang1115 in #843
- [Bug] Don't show change icon if one side is not profiled by @popcornylu in #846
- [Bug] Fix the overflow issue if the datetime column has very large date by @popcornylu in #858
- [Bug] fix compatible problem for dbt-1.3 and dbt-1.6.1 by @qrtt1 in #859
Full Changelog: v0.31.0...v0.32.0
v0.32.0-rc.2
What's Changed
- [Release] Bump version 0.32.0 by @wcchang1115 in #841
- [Feature] Get the PR information in the github action environment by @popcornylu in #839
- [Feature] support dbt-core v1.6 by @qrtt1 in #840
- [Feature] backlinks to pr in comparison reports UI by @popcornylu in #845
- [Feature] Add comparison report metadata in the local report by @popcornylu in #848
- [Feature] Change the default behavior of run and compare by @wcchang1115 in #847
- [Feature] sc-31711 Piperider run support no database connection by @kentwelcome in #842
- [Feature] sc-32095 Add
--skip-datasourceoption for run command by @kentwelcome in #855 - [Chore] Bump snowflake-sqlalchemy version by @popcornylu in #844
- [Chore] keep the lineage state in url by @popcornylu in #849
- [Chore] keep the lineage state in url by @popcornylu in #850
- [Chore] introduce reversed-manifest tool by @qrtt1 in #851
- [Chore] Add utm_source in the cloud report by @popcornylu in #853
- [Chore] minor fixes to improve messages by @qrtt1 in #857
- [Bug] Update to use unique id to parse dbt resource by @wcchang1115 in #843
- [Bug] Don't show change icon if one side is not profiled by @popcornylu in #846
- [Bug] Fix the overflow issue if the datetime column has very large date by @popcornylu in #858
- [Bug] fix compatible problem for dbt-1.3 and dbt-1.6.1 by @qrtt1 in #859
Full Changelog: v0.31.0...v0.32.0-rc.2
v0.32.0-rc.1
What's Changed
- [Release] Bump version 0.32.0 by @wcchang1115 in #841
- [Feature] Get the PR information in the github action environment by @popcornylu in #839
- [Feature] support dbt-core v1.6 by @qrtt1 in #840
- [Feature] backlinks to pr in comparison reports UI by @popcornylu in #845
- [Feature] Add comparison report metadata in the local report by @popcornylu in #848
- [Feature] Change the default behavior of run and compare by @wcchang1115 in #847
- [Feature] sc-31711 Piperider run support no database connection by @kentwelcome in #842
- [Feature] sc-32095 Add
--skip-datasourceoption for run command by @kentwelcome in #855 - [Chore] Bump snowflake-sqlalchemy version by @popcornylu in #844
- [Chore] keep the lineage state in url by @popcornylu in #849
- [Chore] keep the lineage state in url by @popcornylu in #850
- [Chore] introduce reversed-manifest tool by @qrtt1 in #851
- [Chore] Add utm_source in the cloud report by @popcornylu in #853
- [Bug] Update to use unique id to parse dbt resource by @wcchang1115 in #843
- [Bug] Don't show change icon if one side is not profiled by @popcornylu in #846
- [Bug] Fix the overflow issue if the datetime column has very large date by @popcornylu in #858
- [Bug] fix compatible problem for dbt-1.3 and dbt-1.6.1 by @qrtt1 in #859
Full Changelog: v0.31.0...v0.32.0-rc.1
v0.32.0-dev.2
For CI testing purpose
v0.32.0-dev1
For CI testing purpose
v0.31.1
- [Bug] Update to use unique id to parse dbt resource
Full Changelog: v0.31.0...v0.31.1
v0.31.0
What's new in PipeRider v0.31.0
Released on 08-10-2023
New Features 🌟
- Hint users (in both CLI and report) to select models to profile if there are no model profile detected #816
- Hint users to guide open-source users towards utilizing cloud services. #814
Bug Fixes 🔧
- Fixed a bug where column changes in the schema compare feature were not appropriately highlighted in red. #827
- When given recipe has
-sor--select, we should replace<DBT_STATE_PATH>as well #832
Get in touch ❤️
We'd love your feedback! Send us a message via Intercom on piperider.io, join our Discord, report an issue on GitHub, or send us a good old-fashioned email
All changes
What's Changed
- [Release] Bump version 0.31.0 by @wcchang1115 in #826
- [Feature] sc-31808 Draft of the hint for OSS user to the cloud by @kentwelcome in #814
- [Feature] sc-31814 Improve the model detail page in the report by @kentwelcome in #816
- Bump json5 from 1.0.1 to 1.0.2 in /static_report by @dependabot in #828
- Bump webpack from 5.73.0 to 5.88.2 in /static_report by @dependabot in #830
- Bump loader-utils from 2.0.2 to 2.0.4 in /static_report by @dependabot in #829
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /static_report by @dependabot in #831
- [Chore] Skip dbt-1.4.7 for regression error by @qrtt1 in #835
- [Chore] refactor test-cli.py to test init, diagnose and run commands by @kentwelcome in #837
- [Bug] Show column change in red in the schema compare by @popcornylu in #827
- [Bug] Update select if recipe contains --select option by @wcchang1115 in #832
- [Bug] fix tests broken with dbt 1.4.7 by @qrtt1 in #836
- [Bug] Add dbt list resource to comparing phase env by @wcchang1115 in #838
- [Bug] make dbt resource lister returning unique_id by @qrtt1 in #834
Full Changelog: v0.30.0...v0.31.0
v0.31.0-rc.1
What's Changed
- [Release] Bump version 0.31.0 by @wcchang1115 in #826
- [Feature] sc-31808 Draft of the hint for OSS user to the cloud by @kentwelcome in #814
- [Feature] sc-31814 Improve the model detail page in the report by @kentwelcome in #816
- Bump json5 from 1.0.1 to 1.0.2 in /static_report by @dependabot in #828
- Bump webpack from 5.73.0 to 5.88.2 in /static_report by @dependabot in #830
- Bump loader-utils from 2.0.2 to 2.0.4 in /static_report by @dependabot in #829
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /static_report by @dependabot in #831
- [Chore] Skip dbt-1.4.7 for regression error by @qrtt1 in #835
- [Chore] refactor test-cli.py to test init, diagnose and run commands by @kentwelcome in #837
- [Bug] Show column change in red in the schema compare by @popcornylu in #827
- [Bug] Update select if recipe contains --select option by @wcchang1115 in #832
- [Bug] fix tests broken with dbt 1.4.7 by @qrtt1 in #836
- [Bug] Add dbt list resource to comparing phase env by @wcchang1115 in #838
- [Bug] make dbt resource lister returning unique_id by @qrtt1 in #834
Full Changelog: v0.30.0...v0.31.0-rc.1