Skip to content

Commit 3b479f3

Browse files
author
AWS
committed
AWS Glue DataBrew Update: This SDK release adds the following new features: 1) PII detection in profile jobs, 2) Data quality rules, enabling validation of data quality in profile jobs, 3) SQL query-based datasets for Amazon Redshift and Snowflake data sources, and 4) Connecting DataBrew datasets with Amazon AppFlow flows.
1 parent fee8f8a commit 3b479f3

File tree

3 files changed

+576
-8
lines changed

3 files changed

+576
-8
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Glue DataBrew",
4+
"contributor": "",
5+
"description": "This SDK release adds the following new features: 1) PII detection in profile jobs, 2) Data quality rules, enabling validation of data quality in profile jobs, 3) SQL query-based datasets for Amazon Redshift and Snowflake data sources, and 4) Connecting DataBrew datasets with Amazon AppFlow flows."
6+
}

services/databrew/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
"output_token": "NextToken",
3737
"result_key": "Recipes"
3838
},
39+
"ListRulesets": {
40+
"input_token": "NextToken",
41+
"limit_key": "MaxResults",
42+
"output_token": "NextToken",
43+
"result_key": "Rulesets"
44+
},
3945
"ListSchedules": {
4046
"input_token": "NextToken",
4147
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)