Releases: data-mie/dbt-profiler
Releases · data-mie/dbt-profiler
0.5.2
0.5.1
What's Changed
- Add
where_clause
argument to macros by @dweaver33 in #57 - Fix
profile_where_clause
tests andprofile_over_time
in BigQuery + Snowflake by @stumelius in #58
New Contributors
- @dweaver33 made their first contribution in #57
Full Changelog: 0.5.0...0.5.1
0.5.0
0.4.1
What's Changed
- Improve profiler performance in Snowflake by @stumelius in #48
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Replace Github Actions with CircleCI by @stumelius in #46
- Add
include_columns
andexclude_columns
arguments to profiling macros by @stumelius in #47
Full Changelog: 0.3.2...0.4.0
dbt-profiler 0.3.2
What's Changed
- Add database identifier to bigquery__information_schema macro by @stumelius in #43
Full Changelog: 0.3.1...0.3.2
dbt-profiler 0.3.1
What's Changed
- Fix #37 Error when profiling integer after date after string columns,… by @mdutoo in #38
- Fix/int date str profile by @stumelius in #39
- Add exclude_measures macro argument for excluding measures from profiles by @stumelius in #42
New Contributors
Full Changelog: 0.3.0...0.3.1
dbt-profiler 0.3.0
Added new profile measures:
row_count
min
(numeric, date and time columns only)max
(numeric, date and time columns only)avg
(numeric columns only)std_dev_population
(numeric columns only)stg_dev_sample
(numeric columns only)
Changes:
get_profile
macro no longer executes during parse timeget_profile
macro now asserts that the relation exists before calculating the profile
dbt-profiler 0.2.0
- Change
get_profile
macro now returns a SQL query that can used in a dbt model (handy for previewing profiles in dbt Cloud!) - Change the print macros now require either
relation
orrelation_name
as argument - Add
get_profile_table
that returns a relation profile as an agate.Table - Add
get_relation
utility macro
dbt-profiler 0.1.6
- Add Redshift support