Skip to contents

Get commit history for this DeltaTable

Usage

dlt_history(dt, limit)

# S4 method for DeltaTable,missing
dlt_history(dt)

# S4 method for DeltaTable,numeric
dlt_history(dt, limit)

Arguments

dt

DeltaTable

limit

optional, numeric

Value

SparkDataFrame

Note

dlt_history, since 1.0.0

See also