-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# dbt Core Changelog | ||
|
||
- This file provides a full account of all changes to `dbt-core` and `dbt-postgres` | ||
- This file provides a full account of all changes to `dbt-core` | ||
- Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases. | ||
- "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) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Breaking Changes | ||
body: Fix changing the current working directory when using dpt deps, clean and init. | ||
time: 2023-12-06T19:24:42.575372+09:00 | ||
custom: | ||
Author: rariyama | ||
Issue: "8997" |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Dependencies | ||
body: Remove logbook dependency | ||
time: 2024-05-09T09:37:17.745129-05:00 | ||
custom: | ||
Author: emmyoop | ||
Issue: "8027" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: Dependencies | ||
body: Increase supported version range for dbt-semantic-interfaces. Needed to support | ||
custom calendar features. | ||
time: 2024-08-20T13:19:09.015225-07:00 | ||
custom: | ||
Author: courtneyholcomb | ||
Issue: "9265" |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Docs | ||
body: Enable display of unit tests | ||
time: 2024-03-11T14:03:44.490834-04:00 | ||
custom: | ||
Author: gshank | ||
Issue: "501" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Docs | ||
body: Unit tests not rendering | ||
time: 2024-05-01T02:10:50.987412+02:00 | ||
custom: | ||
Author: aranke | ||
Issue: "506" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Docs | ||
body: Add support for Saved Query node | ||
time: 2024-05-16T22:30:36.206492-07:00 | ||
custom: | ||
Author: ChenyuLInx | ||
Issue: "486" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Docs | ||
body: Fix npm security vulnerabilities as of June 2024 | ||
time: 2024-06-13T15:10:48.301989+01:00 | ||
custom: | ||
Author: aranke | ||
Issue: "513" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: serialize inferred primary key | ||
time: 2024-05-06T17:56:42.757673-05:00 | ||
custom: | ||
Author: dave-connors-3 | ||
Issue: "9824" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: 'Add unit_test: selection method' | ||
time: 2024-05-07T16:27:17.047585-04:00 | ||
custom: | ||
Author: michelleark | ||
Issue: "10053" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: Features | ||
body: Maximally parallelize dbt clone | ||
in clone command" | ||
time: 2024-05-22T00:03:09.765977-04:00 | ||
custom: | ||
Author: michelleark | ||
Issue: "7914" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Add --host flag to dbt docs serve, defaulting to '127.0.0.1' | ||
time: 2024-05-27T12:44:05.040843-04:00 | ||
custom: | ||
Author: michelleark | ||
Issue: "10229" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Update data_test to accept arbitrary config options | ||
time: 2024-05-31T15:08:16.431966-05:00 | ||
custom: | ||
Author: McKnight-42 | ||
Issue: "10197" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: add pre_model and post_model hook calls to data and unit tests to be able to provide extra config options | ||
time: 2024-06-06T11:23:34.758675-05:00 | ||
custom: | ||
Author: McKnight-42 | ||
Issue: "10198" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: add --empty value to jinja context as flags.EMPTY | ||
time: 2024-06-17T10:39:48.275801-04:00 | ||
custom: | ||
Author: michelleark | ||
Issue: "10317" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Warning message for snapshot timestamp data types | ||
time: 2024-06-21T14:16:35.717637-04:00 | ||
custom: | ||
Author: gshank | ||
Issue: "10234" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Support cumulative_type_params & sub-daily granularities in semantic manifest. | ||
time: 2024-06-25T09:51:07.983248-07:00 | ||
custom: | ||
Author: courtneyholcomb | ||
Issue: "10360" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Add time_granularity to metric spec. | ||
time: 2024-06-27T16:29:53.500917-07:00 | ||
custom: | ||
Author: courtneyholcomb | ||
Issue: "10376" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Support standard schema/database fields for snapshots | ||
time: 2024-07-12T21:45:46.06011-04:00 | ||
custom: | ||
Author: gshank | ||
Issue: "10301" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Support ref and source in foreign key constraint expressions, bump dbt-common minimum to 1.6 | ||
time: 2024-07-19T16:18:41.434278-04:00 | ||
custom: | ||
Author: michelleark | ||
Issue: "8062" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Support new semantic layer time spine configs to enable sub-daily granularity. | ||
time: 2024-07-22T20:22:38.258249-07:00 | ||
custom: | ||
Author: courtneyholcomb | ||
Issue: "10475" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Add support for behavior flags | ||
time: 2024-08-29T13:53:20.16122-04:00 | ||
custom: | ||
Author: mikealfare | ||
Issue: "10618" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Enable `--resource-type` and `--exclude-resource-type` CLI flags and environment variables for `dbt test` | ||
time: 2024-09-03T13:24:28.592837+01:00 | ||
custom: | ||
Author: TowardOliver dbeatty10 | ||
Issue: "10656" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Allow configuring snapshot column names | ||
time: 2024-09-03T15:41:33.167097-04:00 | ||
custom: | ||
Author: gshank | ||
Issue: "10185" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Add custom_granularities to YAML spec for time spines. | ||
time: 2024-09-04T18:23:20.234952-07:00 | ||
custom: | ||
Author: courtneyholcomb | ||
Issue: "9265" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Add basic functionality for creating microbatch incremental models | ||
time: 2024-09-11T12:10:29.822189-05:00 | ||
custom: | ||
Author: MichelleArk QMalcolm | ||
Issue: 9490 10635 10637 10638 10636 10662 10639 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Execute microbatch models in batches | ||
time: 2024-09-13T23:21:11.935434-04:00 | ||
custom: | ||
Author: michelleark | ||
Issue: "10700" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Remove unused check_new method | ||
time: 2023-06-01T20:41:57.556342+02:00 | ||
custom: | ||
Author: kevinneville | ||
Issue: "7586" |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Convert "Skipping model due to fail_fast" message to DEBUG level | ||
time: 2024-01-13T07:36:15.836294-00:00 | ||
custom: | ||
Author: scottgigante,nevdelap | ||
Issue: "8774" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: Fixes | ||
body: 'Restore previous behavior for --favor-state: only favor defer_relation if not | ||
selected in current command"' | ||
time: 2024-05-08T15:11:27.510912+02:00 | ||
custom: | ||
Author: jtcohen6 | ||
Issue: "10107" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Unit test fixture (csv) returns null for empty value | ||
time: 2024-05-09T09:14:11.772709-04:00 | ||
custom: | ||
Author: michelleark | ||
Issue: "9881" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: Fixes | ||
body: Fix json format log and --quiet for ls and jinja print by converting print call | ||
to fire events | ||
time: 2024-05-16T15:39:13.896723-07:00 | ||
custom: | ||
Author: ChenyuLInx | ||
Issue: "8756" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Add resource type to saved_query | ||
time: 2024-05-16T22:35:10.287514-07:00 | ||
custom: | ||
Author: ChenyuLInx | ||
Issue: "10168" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: Fixes | ||
body: 'Fix: Order-insensitive unit test equality assertion for expected/actual with | ||
multiple nulls' | ||
time: 2024-05-22T18:28:55.91733-04:00 | ||
custom: | ||
Author: michelleark | ||
Issue: "10167" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Renaming or removing a contracted model should raise a BreakingChange warning/error | ||
time: 2024-05-23T20:42:51.033946-04:00 | ||
custom: | ||
Author: michelleark | ||
Issue: "10116" |