does anyone have any best practice advice when it comes to maintain changes to schemas/tables like version control and what not
Luis Fernandez
12/09/2021, 9:25 PM
ideally i would like to have something setup where all these changes are version controlled and then they are deployed into pinot by something else rather than us
k
Kishore G
12/09/2021, 9:54 PM
we used to have the configs checked into github and have a script that would apply the changes