Skip to content

Commit 0d03e2a

Browse files
authored
chore: sync JSON schemas from dbt-fusion (#12494)
1 parent 9cf32c8 commit 0d03e2a

File tree

3 files changed

+18
-36
lines changed

3 files changed

+18
-36
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Under the Hood
2+
body: sync JSON schemas from dbt-fusion
3+
time: 2026-02-14T18:16:59.71097177Z
4+
custom:
5+
Author: fa-assistant
6+
Issue: N/A

core/dbt/jsonschemas/project/0.0.110.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5413,6 +5413,8 @@
54135413
"enum": [
54145414
"unsafe",
54155415
"off",
5416+
"baseline",
5417+
"strict",
54165418
"on"
54175419
]
54185420
},

core/dbt/jsonschemas/resources/latest.json

Lines changed: 10 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -644,15 +644,6 @@
644644
"conversion_rate"
645645
]
646646
},
647-
"CustomCheckLevel": {
648-
"type": "string",
649-
"enum": [
650-
"error",
651-
"warn",
652-
"advisory",
653-
"off"
654-
]
655-
},
656647
"CustomTest": {
657648
"anyOf": [
658649
{
@@ -1353,6 +1344,7 @@
13531344
]
13541345
},
13551346
"tags": {
1347+
"default": [],
13561348
"anyOf": [
13571349
{
13581350
"$ref": "#/definitions/StringOrArrayOfStrings"
@@ -1966,6 +1958,7 @@
19661958
}
19671959
},
19681960
"tags": {
1961+
"default": [],
19691962
"anyOf": [
19701963
{
19711964
"$ref": "#/definitions/StringOrArrayOfStrings"
@@ -3193,6 +3186,7 @@
31933186
}
31943187
},
31953188
"tags": {
3189+
"default": [],
31963190
"anyOf": [
31973191
{
31983192
"$ref": "#/definitions/StringOrArrayOfStrings"
@@ -3733,15 +3727,6 @@
37333727
"null"
37343728
]
37353729
},
3736-
"custom_checks": {
3737-
"type": [
3738-
"object",
3739-
"null"
3740-
],
3741-
"additionalProperties": {
3742-
"$ref": "#/definitions/CustomCheckLevel"
3743-
}
3744-
},
37453730
"database": {
37463731
"type": [
37473732
"string",
@@ -4357,16 +4342,6 @@
43574342
}
43584343
]
43594344
},
4360-
"strictness": {
4361-
"anyOf": [
4362-
{
4363-
"$ref": "#/definitions/StrictnessMode"
4364-
},
4365-
{
4366-
"type": "null"
4367-
}
4368-
]
4369-
},
43704345
"submission_method": {
43714346
"type": [
43724347
"string",
@@ -4403,6 +4378,7 @@
44034378
]
44044379
},
44054380
"tags": {
4381+
"default": [],
44064382
"anyOf": [
44074383
{
44084384
"$ref": "#/definitions/StringOrArrayOfStrings"
@@ -5099,6 +5075,7 @@
50995075
]
51005076
},
51015077
"tags": {
5078+
"default": [],
51025079
"anyOf": [
51035080
{
51045081
"$ref": "#/definitions/StringOrArrayOfStrings"
@@ -5774,6 +5751,7 @@
57745751
]
57755752
},
57765753
"tags": {
5754+
"default": [],
57775755
"anyOf": [
57785756
{
57795757
"$ref": "#/definitions/StringOrArrayOfStrings"
@@ -6561,6 +6539,7 @@
65616539
]
65626540
},
65636541
"tags": {
6542+
"default": [],
65646543
"anyOf": [
65656544
{
65666545
"$ref": "#/definitions/StringOrArrayOfStrings"
@@ -7284,6 +7263,7 @@
72847263
]
72857264
},
72867265
"tags": {
7266+
"default": [],
72877267
"anyOf": [
72887268
{
72897269
"$ref": "#/definitions/StringOrArrayOfStrings"
@@ -7413,6 +7393,8 @@
74137393
"enum": [
74147394
"unsafe",
74157395
"off",
7396+
"baseline",
7397+
"strict",
74167398
"on"
74177399
]
74187400
},
@@ -7424,14 +7406,6 @@
74247406
"view"
74257407
]
74267408
},
7427-
"StrictnessMode": {
7428-
"type": "string",
7429-
"enum": [
7430-
"baseline",
7431-
"strict",
7432-
"custom"
7433-
]
7434-
},
74357409
"StringOrArrayOfStrings": {
74367410
"anyOf": [
74377411
{

0 commit comments

Comments
 (0)