diff --git a/dlt/cli/pipeline_command.py b/dlt/cli/pipeline_command.py index 0ee3010f21..49822c8826 100644 --- a/dlt/cli/pipeline_command.py +++ b/dlt/cli/pipeline_command.py @@ -106,7 +106,6 @@ def _display_pending_packages() -> Tuple[Sequence[str], Sequence[str]]: from dlt.helpers.streamlit_app import dashboard with signals.delayed_signals(): - # exit when there are not schemas if pipelines_dir: os.environ["DLT_PIPELINES_DIR"] = pipelines_dir