2.5.9

Timeline

Package: flyte.report

Append a best-effort chronological timeline to a tab of the task report.

Writes are skipped silently when there is no active report (running locally, or the task was not created with report=True), so rendering a timeline never breaks the work it is observing.

Parameters

class Timeline(
    tab_name: str,
)
Parameter Type Description
tab_name str

Methods

Method Description
heading()
row()

heading()

def heading(
    text: typing.Any,
)
Parameter Type Description
text typing.Any

row()

def row(
    icon: str,
    label: typing.Any,
    meta: str,
    detail: str,
    error: typing.Any,
)
Parameter Type Description
icon str
label typing.Any
meta str
detail str
error typing.Any