Creates 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.
glue_create_data_quality_ruleset(
Name,
Description = NULL,
Ruleset,
Tags = NULL,
TargetTable = NULL,
ClientToken = NULL
)
[required] A unique name for the data quality ruleset.
A description of the data quality 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.
A target table associated with the data quality ruleset.
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.