Skip to contents

Delete an online table. Warning: This will delete all the data in the online table. If the source Delta table was deleted or modified since this Online Table was created, this will lose the data forever!

Usage

delete_online_table(client, name)

onlineTablesDelete(client, name)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. Full three-part (catalog, schema, table) name of the table.