Updates the DeltaTable to point to a specific version.
Usage
load_version(table, ..., version)
Arguments
- table
A DeltaTable object.
- ...
Additional arguments passed to methods.
- version
Integer. The version number to load.
Value
The DeltaTable object (invisibly), updated to the specified version.