jadami10 opened a new pull request, #11184:
URL: https://github.com/apache/pinot/pull/11184
This is authored by @priyen and is a small `feature` addition.
This updates the `tenants/{tenantName}/tables` API to support also
specifying type to return tagged tables by the broker tenant. Tables can have
separate broker and server tenants, so this allows us to actually get both.
Previously:
`/tenants/{tenantName}/tables` -> returns tables with that server tag
Now:
`/tenants/{tenantName}/tables` -> returns tables with that server tag
`/tenants/{tenantName}/tables?type=server` -> returns tables with that
server tag
`/tenants/{tenantName}/tables?type=broker` -> returns tables with that
broker tag
--
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]