Skip to content

Commit db8a047

Browse files
committed
Update CHANGELOG.md
1 parent fd8dc17 commit db8a047

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# dbt-utils v0.7.4
1+
# dbt-utils 0.7.5
22
🚨 This is a compatibility release in preparation for `dbt-core` v1.0.0 (🎉). Projects using dbt-utils 0.7.4 with dbt-core v1.0.0 can expect to see a deprecation warning. This will be resolved in dbt_utils v0.8.0.
33

4+
## Fixes
5+
- Regression in `get_column_values()` where the default would not be respected if the model didn't exist. ([#444](https://github.com/dbt-labs/dbt-utils/issues/444), [#448](https://github.com/dbt-labs/dbt-utils/pull/448))
6+
7+
## Under the hood
8+
- get_url_host() macro now correctly handles URLs beginning with android-app:// (#426)
9+
10+
## Contributors:
11+
- [foundinblank](https://github.com/foundinblank)
12+
13+
# dbt-utils v0.7.4
414
## Fixes
515
- `get_column_values()` now works correctly with mixed-quoting styles on Snowflake ([#424](https://github.com/dbt-labs/dbt-utils/issues/424), [#440](https://github.com/dbt-labs/dbt-utils/pull/440))
616
- Remove extra semicolon in `insert_by_period` materialization that was causing errors ([#439](https://github.com/dbt-labs/dbt-utils/pull/439))

0 commit comments

Comments
 (0)