CIStyleValidatorResult

Version 4.0.26.18 (latest)
Datatype
Description
(object)
object
name
string
Name of the validator (style)
incremental
boolean
Whether the validation was incremental
status
string
Status of the validation (unknown, failed, passed, skipped, errored, cancelled, queued, running)
error_count
integer
Total number of failed style validations
Expand CIStyleValidatorErrorItem definition...
style_error
Details of the LookML that failed style validation
Expand CIStyleValidatorError 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
model
string
LookML model that contains the error
explore
string
LookML Explore that contains the error
field_name
string
LookML field that caused the error
message
string
Message returned by the style validator
severity
string
Severity of the error (warning, error, fatal, info, success)
line_number
integer
Line number of the error in the LookML file
character
integer
Character offset of the error in the LookML file
lookml_url
string
URL to the LookML that caused the error
file_path
string
IDE folder path to the LookML file that caused the error
rule_name
string
Name of the style rule
entity_type
string
Type of LookML entity evaluated
entity_name
string
Name of LookML entity evaluated
is_incremental
boolean
Whether the error was newly introduced
error_id
string
Deterministic fingerprint of the violation
documentation_url
string
URL to documentation for the style rule
context
string[]
context_line_number
integer
Line number where the context code snippet begins
generic_error
Error that occurred when attempting to run validation
Expand CIGenericError 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