Skip to content

Commit 75b2ab7

Browse files
author
AWS
committed
AWS Glue Update: Adding RowFilter in the response for GetUnfilteredTableMetadata API
1 parent 77fbe4f commit 75b2ab7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
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": "Adding RowFilter in the response for GetUnfilteredTableMetadata API"
6+
}

services/glue/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13088,6 +13088,10 @@
1308813088
"Permissions":{
1308913089
"shape":"PermissionList",
1309013090
"documentation":"<p>The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.</p>"
13091+
},
13092+
"RowFilter":{
13093+
"shape":"PredicateString",
13094+
"documentation":"<p>The filter that applies to the table. For example when applying the filter in SQL, it would go in the <code>WHERE</code> clause and can be evaluated by using an <code>AND</code> operator with any other predicates applied by the user querying the table.</p>"
1309113095
}
1309213096
}
1309313097
},

0 commit comments

Comments
 (0)