Skip to content

Commit d6ac340

Browse files
authored
Merge main into feature/click-cli (#6761)
1 parent 08b2d94 commit d6ac340

File tree

458 files changed

+13611
-11105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

458 files changed

+13611
-11105
lines changed

.bumpversion.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[bumpversion]
2-
current_version = 1.4.0b1
2+
current_version = 1.5.0a1
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)
66
((?P<prekind>a|b|rc)
77
(?P<pre>\d+) # pre-release version num
8+
)(\.(?P<nightly>[a-z..0-9]+)
89
)?
910
serialize =
11+
{major}.{minor}.{patch}{prekind}{pre}.{nightly}
1012
{major}.{minor}.{patch}{prekind}{pre}
1113
{major}.{minor}.{patch}
1214
commit = False
@@ -24,6 +26,8 @@ values =
2426
[bumpversion:part:pre]
2527
first_value = 1
2628

29+
[bumpversion:part:nightly]
30+
2731
[bumpversion:file:core/setup.py]
2832

2933
[bumpversion:file:core/dbt/version.py]

.changes/0.0.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
For information on prior major and minor releases, see their changelogs:
44

55

6+
* [1.4](https://github.com/dbt-labs/dbt-core/blob/1.4.latest/CHANGELOG.md)
67
* [1.3](https://github.com/dbt-labs/dbt-core/blob/1.3.latest/CHANGELOG.md)
78
* [1.2](https://github.com/dbt-labs/dbt-core/blob/1.2.latest/CHANGELOG.md)
89
* [1.1](https://github.com/dbt-labs/dbt-core/blob/1.1.latest/CHANGELOG.md)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Features
2+
body: Have dbt debug spit out structured json logs with flags enabled.
3+
time: 2023-01-07T00:31:57.516063-08:00
4+
custom:
5+
Author: versusfacit
6+
Issue: "5353"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Features
2+
body: add adapter_response to dbt test and freshness result
3+
time: 2023-01-18T23:38:01.857342+08:00
4+
custom:
5+
Author: aezomz
6+
Issue: "2964"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Features
2+
body: Improve error message for packages missing `dbt_project.yml`
3+
time: 2023-01-20T11:29:21.509967-07:00
4+
custom:
5+
Author: dbeatty10
6+
Issue: "6663"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Fixes
2+
body: Respect quoting config for dbt.ref(), dbt.source(), and dbt.this() in dbt-py models
3+
time: 2023-01-16T12:36:45.63092+01:00
4+
custom:
5+
Author: jtcohen6
6+
Issue: 6103 6619
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Fixes
2+
body: Provide backward compatibility for `get_merge_sql` arguments
3+
time: 2023-01-17T10:13:42.118336-06:00
4+
custom:
5+
Author: dave-connors-3
6+
Issue: "6625"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Fixes
2+
body: Include adapter_response in NodeFinished run_result log event
3+
time: 2023-01-24T11:58:37.74179-05:00
4+
custom:
5+
Author: gshank
6+
Issue: "6703"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Fixes
2+
body: Sort cli vars before hashing for partial parsing
3+
time: 2023-01-24T14:19:43.333628-05:00
4+
custom:
5+
Author: gshank
6+
Issue: "6710"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Fixes
2+
body: '[Regression] exposure_content referenced incorrectly'
3+
time: 2023-01-25T19:17:39.942081-05:00
4+
custom:
5+
Author: Mathyoub
6+
Issue: "6738"

0 commit comments

Comments
 (0)