Feature Request / Improvement
Hi all, I'm exploring what the MVP would look like here for implementing a branch aware snapshotProducer. Currently, the branch is hard coded to main, but would be great to support branching in iceberg-go. Please let me know if anyone has done prior exploration here or has thoughts about what the MVP should look like for this.
From what I could tell, it seems like creating branches technically is supported in the view metadata builder since it seems that it can build MD with new refs. Not sure if I'm mistaken, but if that's the case, it seems like that part of the equation is already implemented.