DatasetNotFoundException Class
Raised when specified dataset (name or UUID) is not found in workspace.
- Inheritance
-
sempy.fabric.exceptions._exceptions.SemPyExceptionDatasetNotFoundException
Constructor
DatasetNotFoundException(dataset: str, workspace_name: str)
Parameters
Name | Description |
---|---|
dataset
Required
|
Dataset name or id. |
workspace_name
Required
|
Workspace name. |