With the introduction of branching, we can produce snapshots to a specific branch like the following: ```java table.newAppend() .appendFile(someFile) .branch("some_branch") .commit(); ```