CIRunResult

Version 4.0.25.8 (latest)
Datatype
Description
(object)
object
sql_result
Results of the SQL validation
Expand SqlValidatorResult definition...
name
string
Name of the validator (sql)
incremental
boolean
Whether the validation was incremental
status
string
Status of the validation (unknown, failed, passed, skipped, errored, cancelled, queued, running)
Expand SqlValidatorTestedExplore definition...
model
string
LookML model that was tested
explore
string
LookML Explore that was tested
status
string
Status of the validation (unknown, failed, passed, skipped, errored, cancelled, queued, running)
skip_reason
string
Reason the validation was skipped
error_count
integer
Total number of failed validations
sql_error
Errors that occurred when attempting SQL validation
Expand GenericError definition...
type
string
A URI reference that identifies the problem type
title
string
Overview of the error
detail
string
Detail of the error
status
string
The HTTP status code for the problem
instance
string
URI reference that identifies the specific occurrence of the problem
assert_result
Results of the assert validation
Expand AssertValidatorResult definition...
name
string
Name of the validator (assert)
status
string
Status of the validation (unknown, failed, passed, skipped, errored, cancelled, queued, running)
Expand AssertValidatorTestedExplore definition...
error_count
integer
Total number of failed data tests
success_count
string
Total number of successful data tests
assert_error
Errors that occurred when attempting assert validation
Expand GenericError definition...
type
string
A URI reference that identifies the problem type
title
string
Overview of the error
detail
string
Detail of the error
status
string
The HTTP status code for the problem
instance
string
URI reference that identifies the specific occurrence of the problem
content_result
Results of the content validation
Expand ContentValidatorResult definition...
name
string
Name of the validator (content)
incremental
boolean
Whether the validation was incremental
status
string
Status of the validation (unknown, failed, passed, skipped, errored, cancelled, queued, running)
Expand ContentValidatorTestedExplore definition...
error_count
integer
Total number of failed content validations
content_error
Errors that occurred when attempting content validation
Expand GenericError definition...
type
string
A URI reference that identifies the problem type
title
string
Overview of the error
detail
string
Detail of the error
status
string
The HTTP status code for the problem
instance
string
URI reference that identifies the specific occurrence of the problem
lookml_result
Results of the LookML validation
Expand LookMLValidatorResult definition...
name
string
Name of the validator (lookml)
status
string
Status of the validation (unknown, failed, passed, skipped, errored, cancelled, queued, running)
error_count
integer
Total number of failed LookML validations
Expand LookMLValidatorErrorItem definition...
lookml_error
Details of the LookML that failed validation
generic_error
Error that occurred when attempting to run validation
lookml_error
Errors that occurred when attempting LookML validation
Expand GenericError definition...
type
string
A URI reference that identifies the problem type
title
string
Overview of the error
detail
string
Detail of the error
status
string
The HTTP status code for the problem
instance
string
URI reference that identifies the specific occurrence of the problem
generic_error
Errors that occurred when attempting validation
Expand GenericError definition...
type
string
A URI reference that identifies the problem type
title
string
Overview of the error
detail
string
Detail of the error
status
string
The HTTP status code for the problem
instance
string
URI reference that identifies the specific occurrence of the problem