CIRun

Version 4.0.25.8 (latest)
Datatype
Description
(object)
object
run_id
string
ID of the CI run
created_at
string
Time and date that the CI run was initiated
started_at
string
Time and date that the CI run began executing
finished_at
string
Time and date that the CI run completed
status_url
string
Git provider URL where you can view the commit status. This is the status URL that you specify when you create a CI suite
status
string
Status of the CI run (unknown, failed, passed, skipped, errored, cancelled, queued, running)
git_service
string
Git service for CI run (e.g. GitHub)
git_state
Git state information for the CI run
Expand CIGitState definition...
branch
string
Git branch that the CI run validates
repository
string
Git repository that contains the Git branch being validated
commit_ref
string
Git commit that the CI run validates
target
string
For incremental runs, the Git branch that the CI run compares against during validation
result
Results of the CI run
Expand CIRunResult definition...
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)
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)
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)
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
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
schedule
Schedule for CI run
Expand CIScheduleTrigger definition...
enabled
boolean
Whether the CI run schedule is active
day
string
For scheduled runs, day of the week that the CI run is scheduled
hour
string
For schedules runs, the hour of the day (24 hour format) that the CI run is scheduled
frequency
string
For scheduled runs, how often the CI run is scheduled to run (hourly, daily, weekly)
target_branch
string
Git branch that the CI run compares against during validation, used for incremental runs
title
string
Name of the CI suite
trigger
string
Trigger for CI run (unknown, manual, schedule, change_request)
change_request
Details of the change request, if the CI run was triggered by a change request
Expand CIChangeRequest definition...
change_request_number
integer
Numeric identifier of the change request
change_request_url
string
URL of the change request
change_request_name
string
Name of the change request
change_request_commits_url
string
For PR-triggered CI runs, the URL to the change request commit that triggered the run.
suite_id
string
ID of the CI suite
username
string
Username of the user who triggered the CI run, if the CI run was manually triggered