Skip to contents

Restore the DeltaTable to an older version of the table specified by version number.

Usage

dlt_restore_to_version(dt, version)

# S4 method for DeltaTable,numeric
dlt_restore_to_version(dt, version)

Arguments

dt

DeltaTable

version

int

Value

SparkDataFrame

Note

dlt_restore_to_version, since 1.2.0

See also