-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into mashumaro_fixes
- Loading branch information
Showing
48 changed files
with
1,293 additions
and
650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Dependencies | ||
body: Upgrading dbt-semantic-interfaces to 0.8.3 for custom grain support in offset windows | ||
time: 2024-11-12T16:38:15.351519-05:00 | ||
custom: | ||
Author: WilliamDee | ||
Issue: None |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Add `batch` context object to model jinja context | ||
time: 2024-11-21T12:56:30.715473-06:00 | ||
custom: | ||
Author: QMalcolm | ||
Issue: "11025" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: Features | ||
body: Ensure pre/post hooks only run on first/last batch respectively for microbatch | ||
model batches | ||
time: 2024-12-06T19:53:08.928793-06:00 | ||
custom: | ||
Author: MichelleArk QMalcolm | ||
Issue: 11094 11104 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: dbt retry does not respect --threads | ||
time: 2024-08-22T12:21:32.358066+05:30 | ||
custom: | ||
Author: donjin-master | ||
Issue: "10584" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Access DBUG flag more consistently with the rest of the codebase in ManifestLoader | ||
time: 2024-11-28T16:29:36.236729+01:00 | ||
custom: | ||
Author: Threynaud | ||
Issue: "11068" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Improve the performance characteristics of add_test_edges() | ||
time: 2024-12-04T10:04:29.096231-05:00 | ||
custom: | ||
Author: peterallenwebb | ||
Issue: "10950" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Implement partial parsing for singular data test configs in yaml files | ||
time: 2024-12-05T14:53:07.295536-05:00 | ||
custom: | ||
Author: gshank | ||
Issue: "10801" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Fix debug log messages for microbatch batch execution information | ||
time: 2024-12-09T11:38:06.972743-06:00 | ||
custom: | ||
Author: MichelleArk QMalcolm | ||
Issue: "11111" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Fix running of extra "last" batch when there is only one batch | ||
time: 2024-12-09T13:33:17.253326-06:00 | ||
custom: | ||
Author: QMalcolm | ||
Issue: "11112" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Fix interpretation of `PartialSuccess` to result in non-zero exit code | ||
time: 2024-12-09T15:07:11.391313-06:00 | ||
custom: | ||
Author: QMalcolm | ||
Issue: "11114" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: Under the Hood | ||
body: Improve selection peformance by optimizing the select_children() and select_parents() | ||
functions. | ||
time: 2024-12-05T14:31:44.584216-05:00 | ||
custom: | ||
Author: peterallenwebb | ||
Issue: "11099" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.