Creates a data quality ruleset with DQDL rules applied to a specified Glue table
Source:R/glue_operations.R
glue_create_data_quality_ruleset.RdCreates a data quality ruleset with DQDL rules applied to a specified Glue table.
See https://www.paws-r-sdk.com/docs/glue_create_data_quality_ruleset/ for full documentation.
Usage
glue_create_data_quality_ruleset(
Name,
Description = NULL,
Ruleset,
Tags = NULL,
TargetTable = NULL,
DataQualitySecurityConfiguration = NULL,
ClientToken = NULL
)Arguments
- Name
[required] A unique name for the data quality ruleset.
- Description
A description of the data quality ruleset.
- Ruleset
[required] A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
A list of tags applied to the data quality ruleset.
- TargetTable
A target table associated with the data quality ruleset.
- DataQualitySecurityConfiguration
The name of the security configuration created with the data quality encryption option.
- ClientToken
Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.