Skip to contents

Get the details of a Delta table such as the format, name, and size.

Usage

dlt_detail(dt)

# S4 method for DeltaTable
dlt_detail(dt)

Arguments

dt

DeltaTable

Value

SparkDataFrame containing information about the table

Note

dlt_detail, since 2.1.0

See also