dlt._workspace.helpers.dashboard.ui_elements
build_error_callout
def build_error_callout(message: str,
                        code: str = None,
                        traceback_string: str = None) -> Any
Build a callout with a message and a exposable stacktrace.
Arguments:
- messagestr - The message to display in the callout.
- codestr - The code to display in the callout.
- traceback_stringstr - The traceback to display in the callout.
Returns:
- mo.ui.Callout- The callout with the message and the stacktrace.
build_title_and_subtitle
def build_title_and_subtitle(title: str,
                             subtitle: str = None,
                             title_level: int = 2) -> Any
Build a title and a subtitle block
build_page_header
def build_page_header(dlt_pipeline: dlt.Pipeline,
                      title: str,
                      subtitle: str,
                      subtitle_long: str,
                      button: Any = None) -> Any
Build a page header with a title, a subtitle, button and conditional longer subtitle