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: commits-unsubscr...@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to