Skip to content

Commit

Permalink
add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Wigley committed Nov 8, 2021
1 parent bcd04af commit 83ba864
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
### Fixes
- Changes unit tests using `assertRaisesRegexp` to `assertRaisesRegex` ([#4136](https://github.com/dbt-labs/dbt-core/issues/4132), [#4136](https://github.com/dbt-labs/dbt-core/pull/4136))
- Allow retries when the answer from a `dbt deps` is `None` ([#4178](https://github.com/dbt-labs/dbt-core/issues/4178))
### Docs

- Update docs for metrics ([docs#223](https://github.com/dbt-labs/dbt-docs/pull/223))
- Update docs to align with new test terminology ([docs#222](https://github.com/dbt-labs/dbt-docs/pull/222), [docs#216](https://github.com/dbt-labs/dbt-docs/issues/216))

### Under the hood
- Bump artifact schema versions for 1.0.0: manifest v4, run results v4, sources v3. Notable changes: schema test + data test nodes are renamed to generic test + singular test nodes; freshness threshold default values ([#4191](https://github.com/dbt-labs/dbt-core/pull/4191))
Expand Down

0 comments on commit 83ba864

Please sign in to comment.