diff --git a/dbt/run-results/v6.json b/dbt/run-results/v6.json index 2e4721c..1f185a2 100644 --- a/dbt/run-results/v6.json +++ b/dbt/run-results/v6.json @@ -12,7 +12,7 @@ }, "dbt_version": { "type": "string", - "default": "1.8.0a1" + "default": "1.9.0a1" }, "generated_at": { "type": "string" @@ -54,7 +54,8 @@ "enum": [ "success", "error", - "skipped" + "skipped", + "partial success" ] }, { @@ -178,6 +179,53 @@ "type": "null" } ] + }, + "batch_results": { + "anyOf": [ + { + "type": "object", + "title": "BatchResults", + "properties": { + "successful": { + "type": "array", + "items": { + "type": "array", + "prefixItems": [ + { + "type": "string" + }, + { + "type": "string" + } + ], + "maxItems": 2, + "minItems": 2 + } + }, + "failed": { + "type": "array", + "items": { + "type": "array", + "prefixItems": [ + { + "type": "string" + }, + { + "type": "string" + } + ], + "maxItems": 2, + "minItems": 2 + } + } + }, + "additionalProperties": false + }, + { + "type": "null" + } + ], + "default": null } }, "additionalProperties": false, @@ -213,4 +261,4 @@ "elapsed_time" ], "$id": "https://schemas.getdbt.com/dbt/run-results/v6.json" -} \ No newline at end of file +} diff --git a/dbt/run-results/v6/index.html b/dbt/run-results/v6/index.html index a12a1c2..da1bc99 100644 --- a/dbt/run-results/v6/index.html +++ b/dbt/run-results/v6/index.html @@ -1 +1 @@ -
Each additional property must conform to the following schema
Type: stringEach additional property must conform to the following schema
Type: stringMust contain a minimum of 2
items
Must contain a maximum of 2
items
Must contain a minimum of 2
items
Must contain a maximum of 2
items