Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions schemas/latest/dbt_project-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"$ref": "#/$defs/array_of_strings"
},
"config-version": {
"type": "number",
"type": "integer",
"default": 2
},
"data_tests": {
Expand Down Expand Up @@ -491,7 +491,7 @@
"additionalProperties": false
},
"limit": {
"type": "number"
"type": "integer"
},
"location": {
"type": "string"
Expand Down Expand Up @@ -1121,4 +1121,4 @@
"type": "string"
}
}
}
}
16 changes: 9 additions & 7 deletions schemas/latest/dbt_yml_files-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,20 @@
}
}
},
"data_tests":{
"data_tests": {
"type": "array",
"description": "Add descriptions to custom singular tests",
"items": {
"type": "object",
"required": ["name"],
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "The name of the singular test"
},
"description":{
"description": {
"type": "string",
"description": "A description of the test's purpose, how it is implemented, and perhaps what you should do if it starts failing."
}
Expand Down Expand Up @@ -1360,7 +1362,7 @@
}
},
"additionalProperties": false
},
},
"grain_to_date": {
"enum": [
"nanosecond",
Expand Down Expand Up @@ -1924,7 +1926,7 @@
"type": "string"
},
"offset_to_grain": {
"type": "string"
"type": "string"
},
"offset_window": {
"type": "string"
Expand Down Expand Up @@ -2146,7 +2148,7 @@
"type": "string"
},
"limit": {
"type": "number"
"type": "integer"
},
"schema": {
"description": "Only relevant when `store_failures` is true",
Expand Down Expand Up @@ -2190,4 +2192,4 @@
"additionalProperties": false
}
}
}
}