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 @@ - RunResultsArtifact

RunResultsArtifact

Type: object
No Additional Properties

BaseArtifactMetadata

Type: object
No Additional Properties

Type: string

Type: string Default: "1.8.0a1"

Type: string

Type: object

Each additional property must conform to the following schema

Type: string

Type: array of object
No Additional Items

Each item of this array must be:

RunResultOutput

Type: object
No Additional Properties


Type: enum (of string)

Must be one of:

  • "success"
  • "error"
  • "skipped"
Type: enum (of string)

Must be one of:

  • "pass"
  • "error"
  • "fail"
  • "warn"
  • "skipped"
Type: enum (of string)

Must be one of:

  • "pass"
  • "warn"
  • "error"
  • "runtime error"

Type: array of object
No Additional Items

Each item of this array must be:

Type: string

Type: string

Type: number

Type: object
\ No newline at end of file + RunResultsArtifact

RunResultsArtifact

Type: object
No Additional Properties

BaseArtifactMetadata

Type: object
No Additional Properties

Type: string

Type: string Default: "1.9.0a1"

Type: string

Type: object

Each additional property must conform to the following schema

Type: string

Type: array of object
No Additional Items

Each item of this array must be:

RunResultOutput

Type: object
No Additional Properties


Type: enum (of string)

Must be one of:

  • "success"
  • "error"
  • "skipped"
  • "partial success"
Type: enum (of string)

Must be one of:

  • "pass"
  • "error"
  • "fail"
  • "warn"
  • "skipped"
Type: enum (of string)

Must be one of:

  • "pass"
  • "warn"
  • "error"
  • "runtime error"

Type: array of object
No Additional Items

Each item of this array must be:

Type: string

Type: string

Default: null

BatchResults

Type: object
No Additional Properties

Type: array of array
No Additional Items

Each item of this array must be:

Type: array

Must contain a minimum of 2 items

Must contain a maximum of 2 items

No Additional Items

Tuple Validation

Item at 1 must be:
Item at 2 must be:

Type: array of array
No Additional Items

Each item of this array must be:

Type: array

Must contain a minimum of 2 items

Must contain a maximum of 2 items

No Additional Items

Tuple Validation

Item at 1 must be:
Item at 2 must be:

Type: number

Type: object
\ No newline at end of file