Skip to contents

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 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