View source: R/glue_operations.R
glue_create_data_quality_ruleset | R Documentation |
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,
DataQualitySecurityConfiguration = NULL,
ClientToken = NULL
)
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. |
Tags |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.