Skip to content

Commit

Permalink
update manifest v11 for UnitTestConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Sep 11, 2023
1 parent a47eb30 commit 039c6a0
Showing 1 changed file with 36 additions and 5 deletions.
41 changes: 36 additions & 5 deletions schemas/dbt/manifest/v11.json
Original file line number Diff line number Diff line change
Expand Up @@ -5756,6 +5756,38 @@
"input"
]
},
"UnitTestConfig": {
"type": "object",
"title": "UnitTestConfig",
"properties": {
"_extra": {
"type": "object",
"propertyNames": {
"type": "string"
}
},
"tags": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
]
},
"meta": {
"type": "object",
"propertyNames": {
"type": "string"
}
}
},
"additionalProperties": true
},
"UnitTestDefinition": {
"type": "object",
"title": "UnitTestDefinition",
Expand Down Expand Up @@ -5804,9 +5836,6 @@
"model": {
"type": "string"
},
"attached_node": {
"type": "string"
},
"given": {
"type": "array",
"items": {
Expand Down Expand Up @@ -5839,6 +5868,9 @@
},
"depends_on": {
"$ref": "#/$defs/DependsOn"
},
"config": {
"$ref": "#/$defs/UnitTestConfig"
}
},
"additionalProperties": false,
Expand All @@ -5851,7 +5883,6 @@
"unique_id",
"fqn",
"model",
"attached_node",
"given",
"expect"
]
Expand Down Expand Up @@ -6140,4 +6171,4 @@
}
},
"$id": "https://schemas.getdbt.com/dbt/manifest/v11.json"
}
}

0 comments on commit 039c6a0

Please sign in to comment.