dlt._workspace.helpers.dashboard.runner
run_dashboard
def run_dashboard(pipeline_name: str = None,
edit: bool = False,
pipelines_dir: str = None,
port: int = None,
host: str = None,
with_test_identifiers: bool = False,
headless: bool = False) -> None
Run dashboard blocked
start_dashboard
@contextlib.contextmanager
def start_dashboard(
pipelines_dir: str = None,
port: int = 2718,
test_identifiers: bool = True,
headless: bool = True,
wait_on_ok: float = 1.0) -> Iterator[subprocess.Popen[bytes]]
Launches dashboard in context manager that will kill it after use
run_dashboard_command
def run_dashboard_command(pipeline_name: str = None,
edit: bool = False,
pipelines_dir: str = None,
port: int = None,
host: str = None,
with_test_identifiers: bool = False,
headless: bool = False) -> List[str]
Creates cli command to run workspace dashboard