Feature Request / Improvement
For the endpoints:
POST /v1/{prefix}/tables/rename
POST /v1/{prefix}/transactions/commit
Currently, on success, both these endpoints return:
responses:
204:
description: Success, no content
I would like to request a change for these endpoints to return the updated metadata on success, as this could save an additional roundtrip to fetch the new state for future updates/scans.
Confusingly, the POST /v1/{prefix}/namespaces/{namespace}/tables/{table} endpoint already does this:
responses:
200:
$ref: '#/components/responses/CommitTableResponse'
Which contains an updated TableMetadata object
Query engine
None
Willingness to contribute
Feature Request / Improvement
For the endpoints:
POST /v1/{prefix}/tables/renamePOST /v1/{prefix}/transactions/commitCurrently, on success, both these endpoints return:
I would like to request a change for these endpoints to return the updated metadata on success, as this could save an additional roundtrip to fetch the new state for future updates/scans.
Confusingly, the
POST /v1/{prefix}/namespaces/{namespace}/tables/{table}endpoint already does this:Which contains an updated
TableMetadataobjectQuery engine
None
Willingness to contribute