Version 4.0.26.18 (latest)
Updates a Continuous Integration Suite.
Request
PATCH
/projects/{project_id}/continuous_integration/suites/{suite_id}
Datatype
Description
Request
path
Expand HTTP Path definition...
project_id
Project Id
suite_id
Suite Id
body
Expand HTTP Body definition...
body
Options for updating a Continuous Integration suite
Expand ProjectCISuite definition...
can
lock
Operations the current user is able to perform on this object
id
lock
ID of the CI suite
name
Name of the CI suite
project_id
lock
ID of the LookML project
created_at
lock
Time and date that the CI suite was created
updated_at
lock
Time and date that the CI suite was updated
schedule_trigger_is_enabled
Whether the CI suite schedule trigger is active
schedule_trigger_crontab
Crontab that the CI suite is scheduled to run
schedule_trigger_timezone
Timezone for the CI suite schedule
alerting_enabled
Whether alerting is enabled for the CI suite
alert_email_addresses
alert_on_failed_status
Whether to alert on failed status
alert_on_error_status
Whether to alert on error status
alert_on_passed_status
Whether to alert on passed status
alert_on_cancelled_status
Whether to alert on cancelled status
change_request_trigger_is_enabled
Whether the CI suite change request trigger is active
change_request_trigger_hook_id
lock
ID of the hook that triggers the CI Suite to run
change_request_trigger_target_branch
Git branch that should be compared against when the CI suite is run, used when the run is incremental
guid
lock
GUID of the CI suite
dbt_cloud_trigger_is_enabled
Whether the CI suite dbt Cloud trigger is active
dbt_cloud_trigger_job_id
Job ID of the dbt Cloud job
dbt_cloud_trigger_user_attribute_id
User Attribute ID used for schema substitution
dbt_cloud_webhook_id
lock
Webhook ID registered in dbt Cloud
webhook_secret
(Write-Only) Webhook secret used to authenticate incoming webhook requests
has_webhook_secret
lock
Whether the CI suite has a webhook secret configured
assert_validator_config_is_enabled
Whether assert validation is enabled for the CI suite
assert_validator_config_concurrency
Number of tests that should run concurrently during assert validation
assert_validator_config_selectors
assert_validator_config_exclusions
content_validator_config_is_enabled
Whether content validation is enabled for the CI suite
content_validator_config_exclude_personal
Whether content validation should ignore personal folders
content_validator_config_incremental
Whether content should validate incrementally
content_validator_config_exclude_folders
content_validator_config_include_folders
content_validator_config_selectors
content_validator_config_exclusions
lookml_validator_config_is_enabled
Whether LookML validation is enabled for the CI suite
lookml_validator_config_severity
Severity of the error that the LookML validator should report (warning, error, fatal, info, success)
lookml_validator_config_timeout
Amount of time after which LookML Validation should stop running
style_validator_config_is_enabled
Whether LookML Style Validator is enabled for the CI suite
style_validator_config_incremental
Whether LookML Style Validator should run incrementally on changed LookML files only
sql_validator_config_is_enabled
Whether SQL validation is enabled for the CI suite
sql_validator_config_fail_fast
Whether SQL validation should stop after the first failure
sql_validator_config_incremental
Whether SQL should validate incrementally
sql_validator_config_ignore_hidden
Whether SQL validation should ignore hidden fields
sql_validator_config_query_concurrency
Number of queries that should run concurrently during SQL validation
sql_validator_config_chunk_size
The max number of rows that should be returned for each query
sql_validator_config_selectors
sql_validator_config_exclusions
upstream_trigger_is_enabled
Whether the CI suite upstream project imports trigger is active
upstream_projects
query
Expand HTTP Query definition...
fields
Requested fields
Response
200: Continuous Integration Suite
Datatype
Description
(object)
can
lock
Operations the current user is able to perform on this object
id
lock
ID of the CI suite
name
Name of the CI suite
project_id
lock
ID of the LookML project
created_at
lock
Time and date that the CI suite was created
updated_at
lock
Time and date that the CI suite was updated
schedule_trigger_is_enabled
Whether the CI suite schedule trigger is active
schedule_trigger_crontab
Crontab that the CI suite is scheduled to run
schedule_trigger_timezone
Timezone for the CI suite schedule
alerting_enabled
Whether alerting is enabled for the CI suite
alert_email_addresses
alert_on_failed_status
Whether to alert on failed status
alert_on_error_status
Whether to alert on error status
alert_on_passed_status
Whether to alert on passed status
alert_on_cancelled_status
Whether to alert on cancelled status
change_request_trigger_is_enabled
Whether the CI suite change request trigger is active
change_request_trigger_hook_id
lock
ID of the hook that triggers the CI Suite to run
change_request_trigger_target_branch
Git branch that should be compared against when the CI suite is run, used when the run is incremental
guid
lock
GUID of the CI suite
dbt_cloud_trigger_is_enabled
Whether the CI suite dbt Cloud trigger is active
dbt_cloud_trigger_job_id
Job ID of the dbt Cloud job
dbt_cloud_trigger_user_attribute_id
User Attribute ID used for schema substitution
dbt_cloud_webhook_id
lock
Webhook ID registered in dbt Cloud
webhook_secret
(Write-Only) Webhook secret used to authenticate incoming webhook requests
has_webhook_secret
lock
Whether the CI suite has a webhook secret configured
assert_validator_config_is_enabled
Whether assert validation is enabled for the CI suite
assert_validator_config_concurrency
Number of tests that should run concurrently during assert validation
assert_validator_config_selectors
assert_validator_config_exclusions
content_validator_config_is_enabled
Whether content validation is enabled for the CI suite
content_validator_config_exclude_personal
Whether content validation should ignore personal folders
content_validator_config_incremental
Whether content should validate incrementally
content_validator_config_exclude_folders
content_validator_config_include_folders
content_validator_config_selectors
content_validator_config_exclusions
lookml_validator_config_is_enabled
Whether LookML validation is enabled for the CI suite
lookml_validator_config_severity
Severity of the error that the LookML validator should report (warning, error, fatal, info, success)
lookml_validator_config_timeout
Amount of time after which LookML Validation should stop running
style_validator_config_is_enabled
Whether LookML Style Validator is enabled for the CI suite
style_validator_config_incremental
Whether LookML Style Validator should run incrementally on changed LookML files only
sql_validator_config_is_enabled
Whether SQL validation is enabled for the CI suite
sql_validator_config_fail_fast
Whether SQL validation should stop after the first failure
sql_validator_config_incremental
Whether SQL should validate incrementally
sql_validator_config_ignore_hidden
Whether SQL validation should ignore hidden fields
sql_validator_config_query_concurrency
Number of queries that should run concurrently during SQL validation
sql_validator_config_chunk_size
The max number of rows that should be returned for each query
sql_validator_config_selectors
sql_validator_config_exclusions
upstream_trigger_is_enabled
Whether the CI suite upstream project imports trigger is active
upstream_projects
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link