notebookutils.lakehouse.help {notebookutils}R Documentation

The lakehouse module.

Description

notebookutils.lakehouse.create(name: String, description: String, workspaceId: String): Lakehouse -> Create a lakehouse notebookutils.lakehouse.get(name: String, workspaceId: String): Lakehouse -> Get a lakehouse notebookutils.lakehouse.delete(name: String, workspaceId: String): void -> Delete a lakehouse notebookutils.lakehouse.update(name: String, newName: String, description: String, workspaceId: String): Lakehouse -> Update a lakehouse

Usage

notebookutils.lakehouse.help(methodName = "")

Arguments

methodName

method name to get more information


[Package notebookutils version 1.5.3 Index]