Looking through the documents for Spark SQL syntax [1], it appears that Iceberg supports reading a branch at the latest version or time-travel on the main table, but I didn't see any queries that compose the two.
Is my understanding correct that there isn't existing SQL for time travel on a specific branch (I assume in this case users need to query the underlying Iceberg metadata to determine a snapshot of interest)? Thanks, Micah [1] https://iceberg.apache.org/docs/latest/spark-queries/