Skip to contents

Vacuum this DeltaTable

Usage

dlt_vacuum(dt, retention_hours)

# S4 method for DeltaTable,missing
dlt_vacuum(dt)

# S4 method for DeltaTable,numeric
dlt_vacuum(dt, retention_hours)

Arguments

dt

DataTable

retention_hours

numeric

Value

this DetaTable, invisibly

Note

dlt_vacuum, since 1.0.0

See also