Skip to main content
Version: devel

dlt.helpers.studio.ui_elements

build_error_callout

def build_error_callout(message: str, code: str = None) -> Any

View source on GitHub

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.
def build_pipeline_link_list(config: StudioConfiguration,
pipelines: List[Dict[str, Any]]) -> str

View source on GitHub

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

View source on GitHub

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

View source on GitHub

Build a page header with a title, a subtitle, button and conditional longer subtitle

This demo works on codespaces. Codespaces is a development environment available for free to anyone with a Github account. You'll be asked to fork the demo repository and from there the README guides you with further steps.
The demo uses the Continue VSCode extension.

Off to codespaces!

DHelp

Ask a question

Welcome to "Codex Central", your next-gen help center, driven by OpenAI's GPT-4 model. It's more than just a forum or a FAQ hub – it's a dynamic knowledge base where coders can find AI-assisted solutions to their pressing problems. With GPT-4's powerful comprehension and predictive abilities, Codex Central provides instantaneous issue resolution, insightful debugging, and personalized guidance. Get your code running smoothly with the unparalleled support at Codex Central - coding help reimagined with AI prowess.