Skip to content

Commit 965726e

Browse files
authored
Update CHANGELOG.md
1 parent edfcfe8 commit 965726e

File tree

1 file changed

+32
-3
lines changed

1 file changed

+32
-3
lines changed

CHANGELOG.md

+32-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,40 @@
99
--->
1010

1111
# 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))
1214
## 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
1517
## 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
1746

1847

1948
# dbt utils v1.0

0 commit comments

Comments
 (0)