Skip to content

Commit 58df17a

Browse files
committed
Delete the deprecated identifier macro
resolves #669
1 parent 064c2ab commit 58df17a

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
## New features
1414
- New feature to omit the `source_column_name` column on the `union_relations` macro ([#331](https://github.com/dbt-labs/dbt-utils/issues/331), [#624](https://github.com/dbt-labs/dbt-utils/pull/624))
1515

16+
## Under the hood
17+
- Delete the deprecated identifier macro ([#672](https://github.com/dbt-labs/dbt-utils/pull/672)
18+
1619
## Fixes
1720
- Better handling of whitespaces in the star macro ([#651](https://github.com/dbt-labs/dbt-utils/pull/651))
1821
- Fix to correct behavior in `mutually_exclusive_ranges` test in certain situations when `zero_length_range_allowed: true` and multiple ranges in a partition have the same value for `lower_bound_column`. ([[#659](https://github.com/dbt-labs/dbt-utils/issues/659)], [#660](https://github.com/dbt-labs/dbt-utils/pull/660))
@@ -21,6 +24,7 @@
2124
- [@christineberger](https://github.com/christineberger) (#624)
2225
- [@courentin](https://github.com/courentin) (#651)
2326
- [@sfc-gh-ancoleman](https://github.com/sfc-gh-ancoleman) (#660)
27+
- [@miles170](https://github.com/miles170) (#672)
2428

2529
# dbt-utils v0.8.6
2630

macros/cross_db_utils/deprecated/identifier.sql

-16
This file was deleted.

0 commit comments

Comments
 (0)