Skip to content

Releases: data-mie/dbt-profiler

1.0.0

26 Feb 05:37
1cc8792

Choose a tag to compare

🎉 dbt-profiler 1.0.0
After years of helping data teams understand their data, dbt-profiler is hitting 1.0. This release marks full dbt Fusion (v2.0) compatibility, a major codebase cleanup, new adapter support, and a significantly more robust CI pipeline across four databases.

Thanks to everyone who filed issues, contributed code, and helped get us here!

✨ Highlights

  • dbt Fusion compatible — dbt-profiler is now verified to work with dbt Fusion (v2.0), dbt Labs' new Rust-based dbt engine. A dedicated CI job runs on every PR.
  • Oracle adapter support — dbt-profiler now works with Oracle databases, thanks to @vinodsugur.
  • Bug fixes — Fixed print_profile_docs missing its docblock on dbt Cloud and some adapters. Fixed SQL Server stdev overflow on large integer/hash columns.

🔧 Under the hood

  • Reorganised macros: one file per adapter for easier navigation and contribution
  • Expanded CI to cover Snowflake and SQL Server with full integration test jobs
  • Requires dbt >=1.10.0 (up from >=1.1.0), in line with the Fusion compatibility guide
  • README overhaul: clearer structure, fixed stale placeholders and broken links

🙏 New contributors
@vinodsugur made their first contribution in #94

Full Changelog: 0.8.5...1.0.0

0.8.5

24 Feb 14:42
5006844

Choose a tag to compare

What's Changed

  • Add release process and update PR process documentation by @stumelius in #100
  • Patch proportion calculation for blank tables by @joydeepml in #102

New Contributors

Full Changelog: 0.8.4...0.8.5

0.8.4

22 Nov 14:25
b99feb6

Choose a tag to compare

What's Changed

Full Changelog: 0.8.3...0.8.4

0.8.3

16 Oct 11:25
30c5bc2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.2...0.8.3

0.8.2

10 Jun 07:56
39f3e48

Choose a tag to compare

What's Changed

  • Add median to print_profile macro output example in README by @odikia in #90
  • Fix median calculation in Redshift by @odikia in #89

New Contributors

Full Changelog: 0.8.1...0.8.2

0.8.1

26 Sep 12:23
c1c7850

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.8.1

0.8.0

24 Jul 12:51
a8b9c8f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.0...0.8.0

0.7.0

21 Jun 13:44
b2cc1ad

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.4...0.7.0

0.6.4

05 Jun 12:35
2ea0ede

Choose a tag to compare

What's Changed

  • Use cross-db datatype macro to improve adapter compatibility by @owenprough-sift in #69
  • Improve docs block extraction in update-relation-profile.sh using awk by @stumelius in #73

New Contributors

Full Changelog: 0.6.3...0.6.4

0.6.3

08 Mar 14:52
5c7002e

Choose a tag to compare

What's Changed

Full Changelog: 0.6.2...0.6.3