add create index API as an async job#9
Conversation
this proposed solution is for a parameter-style UWS job that fits the current DAL landscape
add global tags to openapi example
add table-ops job and phase using UWS pattern
|
Additional comment about the UWS content included here: As with TAP-async itself, UWS is a pattern that services implement and I have come to the conclusion that it is not possible to write components that can simply be pulled in and used as-is. already known: the But: also note that each operation has an The reusable parts of UWS I have identified and included in openapi/uws/ |
specify multi-values explicitly with type: array specify serialisation with explode fix UWS WAIT param example
|
additional detail on the use of
Here in the "create index job" we can specify something that works like this (sure, doesn't necessarily make sense and might not be allowed): but we can specify one comma-separated param and one normal multi param. That seems fine, but DALI UPLOAD param actually does both:
So here, I have reverted INDEX to a simpler |
this proposed solution is for a parameter-style UWS job that fits the current DAL landscape