notebookutils.warehouse.create {notebookutils}R Documentation

Create a warehouse

Description

Create a warehouse

Usage

notebookutils.warehouse.create(
  name,
  description = "",
  definition = "",
  workspaceId = ""
)

Arguments

name

Name of the warehouse

description

Description of the warehouse

definition

Definition of the warehouse

workspaceId

Workspace id of the warehouse, default to current workspace

Value

A warehouse object


[Package notebookutils version 1.5.3 Index]