dlt_restore_to_timestamp: Restore the DeltaTable to an older version of the table...

dlt_restore_to_timestampR Documentation

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

Description

Timestamp can be of the format yyyy-MM-dd or yyyy-MM-dd HH:mm:ss

Usage

dlt_restore_to_timestamp(dt, timestamp)

## S4 method for signature 'DeltaTable,character'
dlt_restore_to_timestamp(dt, timestamp)

Arguments

dt

DeltaTable

timestamp

character formatted as yyyy-MM-dd or yyyy-MM-dd HH:mm:ss

Value

SparkDataFrame

Note

dlt_restore_to_timestamp, since 1.2.0

See Also

DeltaTable


zero323/dlt documentation built on Dec. 1, 2022, 11:25 p.m.