Learn R Programming

notebookutils (version 1.5.3)

notebookutils.lakehouse.listTables: List all tables in a Lakehouse.

Description

List all tables in a Lakehouse.

Usage

notebookutils.lakehouse.listTables(
  lakehouse = "",
  workspaceId = "",
  maxResults = 1000L
)

Value

A list of table objects

Arguments

lakehouse

Name of the lakehouse

workspaceId

Workspace id of the lakehouse, default to current workspace

maxResults

Maximum number of tables to return, default to 1000