We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0838d2 commit ae79a63Copy full SHA for ae79a63
CHANGELOG.md
@@ -9,9 +9,8 @@ and this project adheres to
9
## [Unreleased]
10
11
- Display the parse error message when `dbt parse` fails.
12
-- Breaking change to json-formatted output - using unique_id as key instead of
13
- name, so in the case of duplicated names (e.g. between exposures and models)
14
- both are shown (#129)
+- **Breaking**: JSON-formatted output is using `unique_id` as key instead of
+ `name`, to avoid duplicates (e.g if exposure and model have the same name)
15
16
## [0.13.1] - 2025-07-29
17
0 commit comments