2.6.0
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 = 'main',
)| 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 = None,
)| Parameter | Type | Description |
|---|---|---|
icon |
str |
|
label |
typing.Any |
|
meta |
str |
|
detail |
str |
|
error |
typing.Any |