Type: object

RunResultsArtifact(metadata: dbt.contracts.util.BaseArtifactMetadata, results: Sequence[dbt.contracts.results.RunResultOutput], elapsed_time: float, args: Dict[str, Any] = )

No Additional Properties

Type: object

BaseArtifactMetadata(dbtschemaversion: str, dbtversion: str = '0.21.0rc1', generatedat: datetime.datetime = , invocation_id: Union[str, NoneType] = , env: Dict[str, str] = )

No Additional Properties

Type: string

Type: string Default: "0.21.0rc1"

Type: string Default: "2021-09-24T13:29:14.315088Z"

Type: object Default: {}

Each additional property must conform to the following schema

Type: string

Type: array

Each item of this array must be:

Type: object

RunResultOutput(status: Union[dbt.contracts.results.RunStatus, dbt.contracts.results.TestStatus, dbt.contracts.results.FreshnessStatus], timing: List[dbt.contracts.results.TimingInfo], threadid: str, executiontime: float, adapterresponse: Dict[str, Any], message: Union[str, NoneType], failures: Union[int, NoneType], uniqueid: str)

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

Each item of this array must be:

Type: object

TimingInfo(name: str, startedat: Union[datetime.datetime, NoneType] = None, completedat: Union[datetime.datetime, NoneType] = None)

No Additional Properties

Type: string

Type: string

Type: number

Type: object

Type: string

Type: number

Type: object Default: {}