notebookutils.lakehouse.loadTable {notebookutils}R Documentation

Starts a load table operation.

Description

Starts a load table operation.

Usage

notebookutils.lakehouse.loadTable(
  loadOption,
  table,
  lakehouse = "",
  workspaceId = ""
)

Arguments

loadOption

string, loadOption Load options. Please refer to https://learn.microsoft.com/en-us/rest/api/fabric/lakehouse/tables/load-table

table

Name of the table

lakehouse

Name of the lakehouse

workspaceId

Workspace id of the lakehouse, default to current workspace

Value

boolean


[Package notebookutils version 1.5.3 Index]