Hellos, Any recommendations from the community on how you have build CI/CD for Pinot schema/table config updates using helm approach ? Any documentation/articles around it will be helpful. Thanks !
Yes, basically how are folks automating creation of table(s) including adding, updating and managing table schema and config in their production env?
l
Luis Fernandez
06/15/2022, 6:45 PM
we have it versioned controlled, and we use buildkite we validate with the pinot endpoint if whatever is being sent makes sense and then we apply the changes. we have folders for our different enviroments dev/prod and buildkite deploys the changes for us