notebookutils.warehouse.update {notebookutils} | R Documentation |
Update a warehouse
Description
Update a warehouse
Usage
notebookutils.warehouse.update(
name,
newName,
description = "",
workspaceId = ""
)
Arguments
name |
Name of the warehouse |
newName |
New name of the warehouse |
description |
Description of the warehouse |
workspaceId |
Workspace id of the warehouse, default to current workspace |
Value
A warehouse object
[Package notebookutils version 1.5.3 Index]