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>