aws.glue.get_data_quality_ruleset
Example SQL Queries
SELECT * FROMaws.glue.get_data_quality_rulesetWHERE"name" = 'VALUE';Description
Returns an existing ruleset by identifier or name.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the ruleset. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_on A timestamp. The time and date that this data quality ruleset was created. | TIMESTAMP_S |
| data_quality_security_configuration The name of the security configuration created with the data quality encryption option. | VARCHAR |
| description A description of the ruleset. | VARCHAR |
| last_modified_on A timestamp. The last point in time when this data quality ruleset was modified. | TIMESTAMP_S |
| recommendation_run_id When a ruleset was created from a recommendation run, this run ID is generated to link the two together. | VARCHAR |
| ruleset A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide. | VARCHAR |
| target_table The name and database name of the target table. | STRUCT( |
Show child fields
| |