Skip to content

Commit b5ff4af

Browse files
authored
Add order_by and limit to v12 manifest (#65)
Originally this work was done as part of #49. However as they are additive fields that have a default values, they aren't breaking changes. Thus here we're adding them to the v12 manifest. This is in support of the currently open dbt-core PR dbt-labs/dbt-core#10532. Note this also _drops_ the `vars` field from a few objects. It was originally added to support changes in core (dbt-labs/dbt-core#10793). However, those changes were reverted in core (dbt-labs/dbt-core#10813). Since `vars` as a field never went out in a GA release of dbt-core, it is safe for us to drop it.
1 parent 2ffa615 commit b5ff4af

File tree

2 files changed

+58
-122
lines changed

2 files changed

+58
-122
lines changed

dbt/manifest/v12.json

Lines changed: 57 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dbt_version": {
1515
"type": "string",
16-
"default": "1.9.0a1"
16+
"default": "1.9.0b2"
1717
},
1818
"generated_at": {
1919
"type": "string"
@@ -727,12 +727,6 @@
727727
"type": "string",
728728
"default": ""
729729
},
730-
"vars": {
731-
"type": "object",
732-
"propertyNames": {
733-
"type": "string"
734-
}
735-
},
736730
"root_path": {
737731
"anyOf": [
738732
{
@@ -1772,12 +1766,6 @@
17721766
"type": "string",
17731767
"default": ""
17741768
},
1775-
"vars": {
1776-
"type": "object",
1777-
"propertyNames": {
1778-
"type": "string"
1779-
}
1780-
},
17811769
"language": {
17821770
"type": "string",
17831771
"default": "sql"
@@ -2432,12 +2420,6 @@
24322420
"type": "string",
24332421
"default": ""
24342422
},
2435-
"vars": {
2436-
"type": "object",
2437-
"propertyNames": {
2438-
"type": "string"
2439-
}
2440-
},
24412423
"language": {
24422424
"type": "string",
24432425
"default": "sql"
@@ -3229,12 +3211,6 @@
32293211
"type": "string",
32303212
"default": ""
32313213
},
3232-
"vars": {
3233-
"type": "object",
3234-
"propertyNames": {
3235-
"type": "string"
3236-
}
3237-
},
32383214
"language": {
32393215
"type": "string",
32403216
"default": "sql"
@@ -4045,12 +4021,6 @@
40454021
"type": "string",
40464022
"default": ""
40474023
},
4048-
"vars": {
4049-
"type": "object",
4050-
"propertyNames": {
4051-
"type": "string"
4052-
}
4053-
},
40544024
"language": {
40554025
"type": "string",
40564026
"default": "sql"
@@ -5412,12 +5382,6 @@
54125382
"type": "string",
54135383
"default": ""
54145384
},
5415-
"vars": {
5416-
"type": "object",
5417-
"propertyNames": {
5418-
"type": "string"
5419-
}
5420-
},
54215385
"language": {
54225386
"type": "string",
54235387
"default": "sql"
@@ -6072,12 +6036,6 @@
60726036
"type": "string",
60736037
"default": ""
60746038
},
6075-
"vars": {
6076-
"type": "object",
6077-
"propertyNames": {
6078-
"type": "string"
6079-
}
6080-
},
60816039
"language": {
60826040
"type": "string",
60836041
"default": "sql"
@@ -6769,6 +6727,17 @@
67696727
}
67706728
},
67716729
"additionalProperties": false
6730+
},
6731+
"dbt_valid_to_current": {
6732+
"anyOf": [
6733+
{
6734+
"type": "string"
6735+
},
6736+
{
6737+
"type": "null"
6738+
}
6739+
],
6740+
"default": null
67726741
}
67736742
},
67746743
"additionalProperties": true
@@ -7036,12 +7005,6 @@
70367005
"type": "string",
70377006
"default": ""
70387007
},
7039-
"vars": {
7040-
"type": "object",
7041-
"propertyNames": {
7042-
"type": "string"
7043-
}
7044-
},
70457008
"language": {
70467009
"type": "string",
70477010
"default": "sql"
@@ -8179,12 +8142,6 @@
81798142
"type": "string"
81808143
}
81818144
},
8182-
"vars": {
8183-
"type": "object",
8184-
"propertyNames": {
8185-
"type": "string"
8186-
}
8187-
},
81888145
"relation_name": {
81898146
"anyOf": [
81908147
{
@@ -8578,12 +8535,6 @@
85788535
"type": "string"
85798536
}
85808537
},
8581-
"vars": {
8582-
"type": "object",
8583-
"propertyNames": {
8584-
"type": "string"
8585-
}
8586-
},
85878538
"url": {
85888539
"anyOf": [
85898540
{
@@ -10661,12 +10612,6 @@
1066110612
"type": "string",
1066210613
"default": ""
1066310614
},
10664-
"vars": {
10665-
"type": "object",
10666-
"propertyNames": {
10667-
"type": "string"
10668-
}
10669-
},
1067010615
"root_path": {
1067110616
"anyOf": [
1067210617
{
@@ -11706,12 +11651,6 @@
1170611651
"type": "string",
1170711652
"default": ""
1170811653
},
11709-
"vars": {
11710-
"type": "object",
11711-
"propertyNames": {
11712-
"type": "string"
11713-
}
11714-
},
1171511654
"language": {
1171611655
"type": "string",
1171711656
"default": "sql"
@@ -12366,12 +12305,6 @@
1236612305
"type": "string",
1236712306
"default": ""
1236812307
},
12369-
"vars": {
12370-
"type": "object",
12371-
"propertyNames": {
12372-
"type": "string"
12373-
}
12374-
},
1237512308
"language": {
1237612309
"type": "string",
1237712310
"default": "sql"
@@ -13163,12 +13096,6 @@
1316313096
"type": "string",
1316413097
"default": ""
1316513098
},
13166-
"vars": {
13167-
"type": "object",
13168-
"propertyNames": {
13169-
"type": "string"
13170-
}
13171-
},
1317213099
"language": {
1317313100
"type": "string",
1317413101
"default": "sql"
@@ -13979,12 +13906,6 @@
1397913906
"type": "string",
1398013907
"default": ""
1398113908
},
13982-
"vars": {
13983-
"type": "object",
13984-
"propertyNames": {
13985-
"type": "string"
13986-
}
13987-
},
1398813909
"language": {
1398913910
"type": "string",
1399013911
"default": "sql"
@@ -15346,12 +15267,6 @@
1534615267
"type": "string",
1534715268
"default": ""
1534815269
},
15349-
"vars": {
15350-
"type": "object",
15351-
"propertyNames": {
15352-
"type": "string"
15353-
}
15354-
},
1535515270
"language": {
1535615271
"type": "string",
1535715272
"default": "sql"
@@ -16006,12 +15921,6 @@
1600615921
"type": "string",
1600715922
"default": ""
1600815923
},
16009-
"vars": {
16010-
"type": "object",
16011-
"propertyNames": {
16012-
"type": "string"
16013-
}
16014-
},
1601515924
"language": {
1601615925
"type": "string",
1601715926
"default": "sql"
@@ -16703,6 +16612,17 @@
1670316612
}
1670416613
},
1670516614
"additionalProperties": false
16615+
},
16616+
"dbt_valid_to_current": {
16617+
"anyOf": [
16618+
{
16619+
"type": "string"
16620+
},
16621+
{
16622+
"type": "null"
16623+
}
16624+
],
16625+
"default": null
1670616626
}
1670716627
},
1670816628
"additionalProperties": true
@@ -16970,12 +16890,6 @@
1697016890
"type": "string",
1697116891
"default": ""
1697216892
},
16973-
"vars": {
16974-
"type": "object",
16975-
"propertyNames": {
16976-
"type": "string"
16977-
}
16978-
},
1697916893
"language": {
1698016894
"type": "string",
1698116895
"default": "sql"
@@ -18104,12 +18018,6 @@
1810418018
"type": "string"
1810518019
}
1810618020
},
18107-
"vars": {
18108-
"type": "object",
18109-
"propertyNames": {
18110-
"type": "string"
18111-
}
18112-
},
1811318021
"relation_name": {
1811418022
"anyOf": [
1811518023
{
@@ -18301,12 +18209,6 @@
1830118209
"type": "string"
1830218210
}
1830318211
},
18304-
"vars": {
18305-
"type": "object",
18306-
"propertyNames": {
18307-
"type": "string"
18308-
}
18309-
},
1831018212
"url": {
1831118213
"anyOf": [
1831218214
{
@@ -19736,6 +19638,23 @@
1973619638
"type": "null"
1973719639
}
1973819640
]
19641+
},
19642+
"order_by": {
19643+
"type": "array",
19644+
"items": {
19645+
"type": "string"
19646+
}
19647+
},
19648+
"limit": {
19649+
"anyOf": [
19650+
{
19651+
"type": "integer"
19652+
},
19653+
{
19654+
"type": "null"
19655+
}
19656+
],
19657+
"default": null
1973919658
}
1974019659
},
1974119660
"additionalProperties": false,
@@ -21270,6 +21189,23 @@
2127021189
"type": "null"
2127121190
}
2127221191
]
21192+
},
21193+
"order_by": {
21194+
"type": "array",
21195+
"items": {
21196+
"type": "string"
21197+
}
21198+
},
21199+
"limit": {
21200+
"anyOf": [
21201+
{
21202+
"type": "integer"
21203+
},
21204+
{
21205+
"type": "null"
21206+
}
21207+
],
21208+
"default": null
2127321209
}
2127421210
},
2127521211
"additionalProperties": false,

dbt/manifest/v12/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)