You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-glue-alpha/README.md
+20
Original file line number
Diff line number
Diff line change
@@ -493,3 +493,23 @@ new glue.Table(this, 'MyTable', {
493
493
| array(itemType: Type) | Function | An array of some other type |
494
494
| map(keyType: Type, valueType: Type) | Function | A map of some primitive key type to any value type |
495
495
| struct(collumns: Column[]) | Function | Nested structure containing individually named and typed collumns |
496
+
497
+
## Data Quality Ruleset
498
+
499
+
A `DataQualityRuleset` specifies a data quality ruleset with DQDL rules applied to a specified AWS Glue table. For example, to create a data quality ruleset for a given table:
0 commit comments