how to access snapshots in iceberg tables?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2026 04:43 PM
I have created an iceberg tables in databricks, and inserted bunch of values in it.
how do I list the snapshot and other metadata of the tables.
create table raw.landing.emp_ice(id int, name string ) using icebergfollowing doesn't work
https://iceberg.apache.org/docs/latest/spark-queries/#snapshots
select * from raw.landing.emp_ice.snapshots;Error
`raw`.`landing`.`emp_ice`.`snapshots` is not a valid identifier as it has more than 2 name parts. SQLSTATE: 42601