All docs
RunResult·
property
RunResult.output
the last step's primary output as a table
Python
output -> Table | None
Returns Table — the last step's primary output, or None if it produced none
Example#
Python
data = Engine().run(pipeline).output # an lsdtools Table
data.print()
Notes#
Wraps the run's terminal Arrow table in an lsdtools Table; it is None when no
step produced an output table. Reach the raw pyarrow.Table via .pipeline.output when you need it.
See also#
By LSD Team · Last updated Jul 17, 2026
Ask on Discord
View as Markdown