diff --git a/dvc/api/__init__.py b/dvc/api/__init__.py index 5af192deaf3..3bc5634f8d0 100644 --- a/dvc/api/__init__.py +++ b/dvc/api/__init__.py @@ -2,6 +2,7 @@ from .artifacts import artifacts_show from .data import get_url, open, read +from .dataset import get as get_dataset from .experiments import exp_save, exp_show from .scm import all_branches, all_commits, all_tags from .show import metrics_show, params_show @@ -14,6 +15,7 @@ "artifacts_show", "exp_save", "exp_show", + "get_dataset", "get_url", "metrics_show", "open",