dataset_exists#

Emit.dataset_exists(name: str, is_project_dataset: bool = True) bool#

Check if a dataset exists.

Parameters:
namestr

Name of the dataset (without a prefix for a project dataset).

is_project_datasetbool, optional

Whether it is a project data set. The default is True.

Returns:
bool

True when successful, False when failed.