dlt._workspace.helpers.dashboard.const
Constants and type aliases for the dashboard.
DEFAULT_DASHBOARD_PORT
Default port for the marimo dashboard server.
MARIMO_COMMAND
The marimo CLI executable name.
HTTP_READY_TIMEOUT_S
Seconds to wait for the dashboard HTTP server to become ready.
HTTP_READY_POLL_INTERVAL_S
Seconds between HTTP readiness polls.
HTTP_READY_WAIT_ON_OK_S
Extra wait after the server responds OK (default for _wait_http_up).
DASHBOARD_STARTUP_TIMEOUT_S
Seconds to wait for the dashboard process in start_dashboard().
DASHBOARD_STARTUP_WAIT_ON_OK_S
Extra wait after ready in start_dashboard().
PROCESS_TERMINATE_TIMEOUT_S
Seconds to wait for the dashboard process to terminate before killing it.
DEFAULT_TABLE_LIST_FIELDS
Default fields shown in table lists (name is always present).
DEFAULT_COLUMN_TYPE_HINTS
Default column type hints shown in the column list.
DEFAULT_COLUMN_OTHER_HINTS
Default other column hints shown in the column list.
DEFAULT_DATETIME_FORMAT
Default datetime display format.