Skip to content

Commit 1f550be

Browse files
committed
add doc for GenericTable
1 parent 8c41774 commit 1f550be

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

spec/generated/bundled-polaris-catalog-service.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -3426,6 +3426,13 @@ components:
34263426
type: string
34273427
GenericTable:
34283428
type: object
3429+
description: |
3430+
Generic Table information.
3431+
- `name` name for the generic table
3432+
- `format` format for the generic table, i.e. "delta", "csv"
3433+
- `properties` properties for the generic table passed on creation
3434+
- `doc` comment or description for the generic table
3435+
- `register-at` time when the generic table is registered with Polaris service in ISO format.
34293436
required:
34303437
- name
34313438
- format

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

+12
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,18 @@ components:
202202

203203
GenericTable:
204204
type: object
205+
description: >
206+
Generic Table information.
207+
208+
- `name` name for the generic table
209+
210+
- `format` format for the generic table, i.e. "delta", "csv"
211+
212+
- `properties` properties for the generic table passed on creation
213+
214+
- `doc` comment or description for the generic table
215+
216+
- `register-at` time when the generic table is registered with Polaris service in ISO format.
205217
required:
206218
- name
207219
- format

0 commit comments

Comments
 (0)