dlt.helpers.studio.ui_elements
build_error_callout
def build_error_callout(message: str, code: str = None) -> Any
Build a callout with a message and a exposable stacktrace.
Arguments:
message
str - The message to display in the callout.
Returns:
mo.ui.Callout
- The callout with the message and the stacktrace.
build_pipeline_link_list
def build_pipeline_link_list(config: StudioConfiguration,
pipelines: List[Dict[str, Any]]) -> str
Build a list of links to the pipeline.
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