Skip to content

Commit 5deacb4

Browse files
committed
add location keyword for generic table
1 parent e708424 commit 5deacb4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spec/polaris-catalog-apis/generic-tables-api.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ components:
199199
type: object
200200
additionalProperties:
201201
type: string
202+
location:
203+
type: string
202204

203205
GenericTable:
204206
type: object
@@ -212,6 +214,8 @@ components:
212214
- `properties` properties for the generic table passed on creation
213215
214216
- `doc` comment or description for the generic table
217+
218+
- `location` location for the table
215219
required:
216220
- name
217221
- format
@@ -226,6 +230,8 @@ components:
226230
type: object
227231
additionalProperties:
228232
type: string
233+
location:
234+
type: string
229235

230236
LoadGenericTableResponse:
231237
description: Result used when a table is successfully loaded.

0 commit comments

Comments
 (0)