Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge dev/0.6.5 branch into master ahead of release #369

Merged
merged 15 commits into from
May 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# dbt-utils v0.6.5
## Features
* Add new `accepted_range` test ([#276](https:/fishtown-analytics/dbt-utils/pull/276) [@joellabes](https:/joellabes))
* Make `expression_is_true` work as a column test (code originally in [#226](https:/fishtown-analytics/dbt-utils/pull/226/) from [@elliottohara](https:/elliottohara), merged via [#313])
* Add new schema test, `not_accepted_values` ([#284](https:/fishtown-analytics/dbt-utils/pull/284) [@JavierMonton](https:/JavierMonton))
* Support a new argument, `zero_length_range_allowed` in the `mutually_exclusive_ranges` test ([#307](https:/fishtown-analytics/dbt-utils/pull/307) [@zemekeng](https:/zemekeneng))
* Add new schema test, `sequential_values` ([#318](https:/fishtown-analytics/dbt-utils/pull/318), inspired by [@hundredwatt](https:/hundredwatt))
* Support `quarter` in the `postgres__last_day` macro ([#333](https:/fishtown-analytics/dbt-utils/pull/333/files), [@seunghanhong](https:/seunghanhong))
* Add new argument, `unit`, to `haversine_distance` [#340](https:/fishtown-analytics/dbt-utils/pull/340) [@bastienboutonnet](https:/bastienboutonnet)
* Add new schema test, `fewer_rows_than` (code originally in [#221](https:/fishtown-analytics/dbt-utils/pull/230/) from [@dmarts](https:/dmarts), merged via [#343])


## Fixes
* Handle booleans gracefully in the unpivot macro ([#305](https:/fishtown-analytics/dbt-utils/pull/305) [@avishalom](https:/avishalom))
* Fix a bug in `get_relation_by_prefix` that happens with Snowflake external tables. Now the macro will retrieve tables that match the prefix which are external tables ([#350](https:/fishtown-analytics/dbt-utils/issues/350))
* Fix `cardinality_equality` test when the two tables' column names differed ([#334](https:/fishtown-analytics/dbt-utils/pull/334)) [@joellabes](https:/joellabes)

## Under the hood
* Fix Markdown formatting for hub rendering ([#336](https:/fishtown-analytics/dbt-utils/issues/350), [@coapacetic](https:/coapacetic))
* Reorder readme and improve docs

# dbt-utils v0.6.4

### Fixes
Expand All @@ -15,8 +36,6 @@

- Bump `require-dbt-version` to `[">=0.18.0", "<0.20.0"]` to support dbt v0.19.0 ([#308](https:/fishtown-analytics/dbt-utils/pull/308), [#309](https:/fishtown-analytics/dbt-utils/pull/309))

## Fixes

# dbt-utils v0.6.2

## Fixes
Expand Down
Loading