Skip to contents

Returns all snapshots (versions) for the connected DuckLake catalog, including snapshot ID, timestamp, and commit metadata.

Usage

db_snapshots()

Value

A data.frame of snapshot information

Examples

if (FALSE) { # \dontrun{
db_lake_connect()
db_snapshots()
} # }