vrajat opened a new issue, #15556:
URL: https://github.com/apache/pinot/issues/15556
Add the following APIs to manage Logical Tables.
| API | Method | Description |
|---- | ------- | ----------- |
|/logicalTables|GET|Get all logical tables|
||POST|Create a logical table|
|/logicalTables/{tableName}|GET|Get logical table config
||PUT|Update a logical table config
||DELETE|Delete a logical table
The task also has to add functions to store the metadata in the ZK.
In-progress PR: #15515
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]