From df93858b4b1752950669f7e32cee82bccaf06263 Mon Sep 17 00:00:00 2001 From: leahwicz <60146280+leahwicz@users.noreply.github.com> Date: Thu, 15 Dec 2022 09:55:23 -0500 Subject: [PATCH] Updating 1.4.0b1 changelog (#6450) --- .changes/1.4.0-b1.md | 7 ++++++- .../{unreleased => 1.4.0}/Features-20220823-085727.yaml | 0 .changes/{unreleased => 1.4.0}/Fixes-20221213-112620.yaml | 0 .changes/{unreleased => 1.4.0}/Fixes-20221214-155307.yaml | 0 .../Under the Hood-20221213-214106.yaml | 0 CHANGELOG.md | 7 ++++++- 6 files changed, 12 insertions(+), 2 deletions(-) rename .changes/{unreleased => 1.4.0}/Features-20220823-085727.yaml (100%) rename .changes/{unreleased => 1.4.0}/Fixes-20221213-112620.yaml (100%) rename .changes/{unreleased => 1.4.0}/Fixes-20221214-155307.yaml (100%) rename .changes/{unreleased => 1.4.0}/Under the Hood-20221213-214106.yaml (100%) diff --git a/.changes/1.4.0-b1.md b/.changes/1.4.0-b1.md index 747aba542dd..d4005636890 100644 --- a/.changes/1.4.0-b1.md +++ b/.changes/1.4.0-b1.md @@ -1,4 +1,4 @@ -## dbt-core 1.4.0-b1 - December 14, 2022 +## dbt-core 1.4.0-b1 - December 15, 2022 ### Features @@ -13,6 +13,7 @@ - Added an md5 function to the base context ([#6246](https://github.com/dbt-labs/dbt-core/issues/6246)) - Exposures support metrics in lineage ([#6057](https://github.com/dbt-labs/dbt-core/issues/6057)) - Add support for Python 3.11 ([#6147](https://github.com/dbt-labs/dbt-core/issues/6147)) +- incremental predicates ([#5680](https://github.com/dbt-labs/dbt-core/issues/5680)) ### Fixes @@ -24,6 +25,8 @@ - Clarify Error Message for how many models are allowed in a Python file ([#6245](https://github.com/dbt-labs/dbt-core/issues/6245)) - After this, will be possible to use default values for dbt.config.get ([#6309](https://github.com/dbt-labs/dbt-core/issues/6309)) - Use full path for writing manifest ([#6055](https://github.com/dbt-labs/dbt-core/issues/6055)) +- [CT-1284] Change Python model default materialization to table ([#6345](https://github.com/dbt-labs/dbt-core/issues/6345)) +- Repair a regression which prevented basic logging before the logging subsystem is completely configured. ([#6434](https://github.com/dbt-labs/dbt-core/issues/6434)) ### Docs @@ -54,6 +57,7 @@ - Prevent doc gen workflow from running on forks ([#6386](https://github.com/dbt-labs/dbt-core/issues/6386)) - Fix intermittent database connection failure in Windows CI test ([#6394](https://github.com/dbt-labs/dbt-core/issues/6394)) - Refactor and clean up manifest nodes ([#6426](https://github.com/dbt-labs/dbt-core/issues/6426)) +- Restore important legacy logging behaviors, following refactor which removed them ([#6437](https://github.com/dbt-labs/dbt-core/issues/6437)) ### Dependencies @@ -85,3 +89,4 @@ - [@pgoslatara](https://github.com/pgoslatara) ([#5929](https://github.com/dbt-labs/dbt-core/issues/5929)) - [@racheldaniel](https://github.com/racheldaniel) ([#6201](https://github.com/dbt-labs/dbt-core/issues/6201)) - [@timle2](https://github.com/timle2) ([#4205](https://github.com/dbt-labs/dbt-core/issues/4205)) +- [@dave-connors-3](https://github.com/dave-connors-3) ([#5680](https://github.com/dbt-labs/dbt-core/issues/5680)) diff --git a/.changes/unreleased/Features-20220823-085727.yaml b/.changes/1.4.0/Features-20220823-085727.yaml similarity index 100% rename from .changes/unreleased/Features-20220823-085727.yaml rename to .changes/1.4.0/Features-20220823-085727.yaml diff --git a/.changes/unreleased/Fixes-20221213-112620.yaml b/.changes/1.4.0/Fixes-20221213-112620.yaml similarity index 100% rename from .changes/unreleased/Fixes-20221213-112620.yaml rename to .changes/1.4.0/Fixes-20221213-112620.yaml diff --git a/.changes/unreleased/Fixes-20221214-155307.yaml b/.changes/1.4.0/Fixes-20221214-155307.yaml similarity index 100% rename from .changes/unreleased/Fixes-20221214-155307.yaml rename to .changes/1.4.0/Fixes-20221214-155307.yaml diff --git a/.changes/unreleased/Under the Hood-20221213-214106.yaml b/.changes/1.4.0/Under the Hood-20221213-214106.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20221213-214106.yaml rename to .changes/1.4.0/Under the Hood-20221213-214106.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index edc845a9e55..338814ed03a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version. - Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#adding-changelog-entry) -## dbt-core 1.4.0-b1 - December 14, 2022 +## dbt-core 1.4.0-b1 - December 15, 2022 ### Features @@ -20,6 +20,7 @@ - Added an md5 function to the base context ([#6246](https://github.com/dbt-labs/dbt-core/issues/6246)) - Exposures support metrics in lineage ([#6057](https://github.com/dbt-labs/dbt-core/issues/6057)) - Add support for Python 3.11 ([#6147](https://github.com/dbt-labs/dbt-core/issues/6147)) +- incremental predicates ([#5680](https://github.com/dbt-labs/dbt-core/issues/5680)) ### Fixes @@ -31,6 +32,8 @@ - Clarify Error Message for how many models are allowed in a Python file ([#6245](https://github.com/dbt-labs/dbt-core/issues/6245)) - After this, will be possible to use default values for dbt.config.get ([#6309](https://github.com/dbt-labs/dbt-core/issues/6309)) - Use full path for writing manifest ([#6055](https://github.com/dbt-labs/dbt-core/issues/6055)) +- [CT-1284] Change Python model default materialization to table ([#6345](https://github.com/dbt-labs/dbt-core/issues/6345)) +- Repair a regression which prevented basic logging before the logging subsystem is completely configured. ([#6434](https://github.com/dbt-labs/dbt-core/issues/6434)) ### Docs @@ -61,6 +64,7 @@ - Prevent doc gen workflow from running on forks ([#6386](https://github.com/dbt-labs/dbt-core/issues/6386)) - Fix intermittent database connection failure in Windows CI test ([#6394](https://github.com/dbt-labs/dbt-core/issues/6394)) - Refactor and clean up manifest nodes ([#6426](https://github.com/dbt-labs/dbt-core/issues/6426)) +- Restore important legacy logging behaviors, following refactor which removed them ([#6437](https://github.com/dbt-labs/dbt-core/issues/6437)) ### Dependencies @@ -92,6 +96,7 @@ - [@pgoslatara](https://github.com/pgoslatara) ([#5929](https://github.com/dbt-labs/dbt-core/issues/5929)) - [@racheldaniel](https://github.com/racheldaniel) ([#6201](https://github.com/dbt-labs/dbt-core/issues/6201)) - [@timle2](https://github.com/timle2) ([#4205](https://github.com/dbt-labs/dbt-core/issues/4205)) +- [@dave-connors-3](https://github.com/dave-connors-3) ([#5680](https://github.com/dbt-labs/dbt-core/issues/5680)) ## Previous Releases