Skip to content

Commit 3fb68ce

Browse files
author
AWS
committed
AWS Glue Update: This release includes(1)Zero-ETL integration to ingest data from 3P SaaS and DynamoDB to Redshift/Redlake (2)new properties on Connections to enable reuse; new connection APIs for retrieve/preview metadata (3)support of CRUD operations for Multi-catalog (4)support of automatic statistics collections
1 parent 95a2276 commit 3fb68ce

File tree

3 files changed

+2798
-77
lines changed

3 files changed

+2798
-77
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",
4+
"contributor": "",
5+
"description": "This release includes(1)Zero-ETL integration to ingest data from 3P SaaS and DynamoDB to Redshift/Redlake (2)new properties on Connections to enable reuse; new connection APIs for retrieve/preview metadata (3)support of CRUD operations for Multi-catalog (4)support of automatic statistics collections"
6+
}

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"pagination": {
3+
"DescribeEntity": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"result_key": "Fields"
7+
},
38
"GetBlueprintRuns": {
49
"input_token": "NextToken",
510
"limit_key": "MaxResults",
@@ -127,6 +132,12 @@
127132
"limit_key": "MaxResults",
128133
"output_token": "NextToken"
129134
},
135+
"ListConnectionTypes": {
136+
"input_token": "NextToken",
137+
"limit_key": "MaxResults",
138+
"output_token": "NextToken",
139+
"result_key": "ConnectionTypes"
140+
},
130141
"ListCrawlers": {
131142
"input_token": "NextToken",
132143
"limit_key": "MaxResults",
@@ -162,6 +173,11 @@
162173
"limit_key": "MaxResults",
163174
"output_token": "NextToken"
164175
},
176+
"ListEntities": {
177+
"input_token": "NextToken",
178+
"output_token": "NextToken",
179+
"result_key": "Entities"
180+
},
165181
"ListJobs": {
166182
"input_token": "NextToken",
167183
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)