Hellos, just checking with how folks on the commun...
# general
a
Hellos, just checking with how folks on the community are working with Tenants in Pinot. Specifically how/where to keep a mapping of
Tenant
to
Server
. Are folks keeping this in git and executing REST api's as here : https://docs.pinot.apache.org/basics/components/tenant
m
I have seen Git being used to version control Table config and schemas, along with hooks to call the rest api to update them
a
Got it. Thanks !