DatasetNotFoundException Class

Raised when specified dataset (name or UUID) is not found in workspace.

Inheritance
sempy.fabric.exceptions._exceptions.SemPyException
DatasetNotFoundException

Constructor

DatasetNotFoundException(dataset: str, workspace_name: str)

Parameters

Name Description
dataset
Required
str

Dataset name or id.

workspace_name
Required
str

Workspace name.