We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e708424 commit 5deacb4Copy full SHA for 5deacb4
spec/polaris-catalog-apis/generic-tables-api.yaml
@@ -199,6 +199,8 @@ components:
199
type: object
200
additionalProperties:
201
type: string
202
+ location:
203
+ type: string
204
205
GenericTable:
206
@@ -212,6 +214,8 @@ components:
212
214
- `properties` properties for the generic table passed on creation
213
215
216
- `doc` comment or description for the generic table
217
+
218
+ - `location` location for the table
219
required:
220
- name
221
- format
@@ -226,6 +230,8 @@ components:
226
230
227
231
228
232
233
234
229
235
236
LoadGenericTableResponse:
237
description: Result used when a table is successfully loaded.
0 commit comments