v.25.8New Feature
Allow reading specific snapshot version in table
Added settingdelta_lake_snapshot_versionto allow reading specific snapshot version in table engineDeltaLake. #85295 (Kseniia Sumarokova).
Why it matters
This feature allows users to access data from a precise snapshot version of a Delta Lake table, which is useful for retrieving historical data states, ensuring reproducibility, or performing time-travel queries.How to use it
To use this feature, set thedelta_lake_snapshot_version setting when querying a DeltaLake table. This directs ClickHouse to read data from the specified snapshot version. For example, set the setting at the session or query level before running your query.