Skip to content

Cancel Data Quality Ruleset Evaluation Run

glue_cancel_data_quality_ruleset_evaluation_run R Documentation

Cancels a run where a ruleset is being evaluated against a data source

Description

Cancels a run where a ruleset is being evaluated against a data source.

Usage

glue_cancel_data_quality_ruleset_evaluation_run(RunId)

Arguments

RunId

[required] The unique run identifier associated with this run.

Value

An empty list.

Request syntax

svc$cancel_data_quality_ruleset_evaluation_run(
  RunId = "string"
)