|
9 | 9 | --->
|
10 | 10 |
|
11 | 11 | # Unreleased
|
| 12 | +## New features |
| 13 | +- XXX ([#XXX](https://github.com/dbt-labs/dbt-utils/issues/XXX), [#XXX](https://github.com/dbt-labs/dbt-utils/pull/XXX)) |
12 | 14 | ## Fixes
|
13 |
| -- get_relations_by_pattern for Databricks connection with Unity catalog #768 ([#768](https://github.com/dbt-labs/dbt-utils/issues/768), [#769](https://github.com/dbt-labs/dbt-utils/pull/769)) |
14 |
| - |
| 15 | +## Quality of life |
| 16 | +## Under the hood |
15 | 17 | ## Contributors:
|
16 |
| -@Harmuth94, [#768](https://github.com/dbt-labs/dbt-utils/issues/768) |
| 18 | + |
| 19 | +# dbt utils v1.1.0 |
| 20 | +## What's Changed |
| 21 | +### New functionality |
| 22 | +* Safe subtract by @dchess in https://github.com/dbt-labs/dbt-utils/pull/748 |
| 23 | +* Add Databricks handler for get_table_types_sql.sql by @Harmuth94 in https://github.com/dbt-labs/dbt-utils/pull/769 |
| 24 | + |
| 25 | +### Documentation |
| 26 | +* Typo fix by @AndrewLane in https://github.com/dbt-labs/dbt-utils/pull/738 |
| 27 | +* Removed remark about Dbt 0.9.6 as utils 1.0.0 is now the the default by @ilanbenb in https://github.com/dbt-labs/dbt-utils/pull/740 |
| 28 | +* Fix link in README by @b-per in https://github.com/dbt-labs/dbt-utils/pull/743 |
| 29 | +* Update README.md about use `where` with `accepted_range` tests by @eitsupi in https://github.com/dbt-labs/dbt-utils/pull/739 |
| 30 | +* doc: clarify that `union_relations()` uses `union all` by @owenprough-sift in https://github.com/dbt-labs/dbt-utils/pull/760 |
| 31 | +* Automatically generate TOC for utils readme by @joellabes in https://github.com/dbt-labs/dbt-utils/pull/486 |
| 32 | + |
| 33 | +### Behind the scenes |
| 34 | +* Use CircleCI contexts for environment variables by @dbeatty10 in https://github.com/dbt-labs/dbt-utils/pull/754 |
| 35 | +* fix: #755 - add whitespace control to generate_surrogate_key macro by @akv-akv in https://github.com/dbt-labs/dbt-utils/pull/756 |
| 36 | +* Fix CI by @joellabes in https://github.com/dbt-labs/dbt-utils/pull/771 |
| 37 | + |
| 38 | +## New Contributors |
| 39 | +* @AndrewLane made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/738 |
| 40 | +* @ilanbenb made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/740 |
| 41 | +* @eitsupi made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/739 |
| 42 | +* @owenprough-sift made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/760 |
| 43 | +* @akv-akv made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/756 |
| 44 | +* @dchess made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/748 |
| 45 | +* @Harmuth94 made their first contribution in https://github.com/dbt-labs/dbt-utils/pull/769 |
17 | 46 |
|
18 | 47 |
|
19 | 48 | # dbt utils v1.0
|
|
0 commit comments