State.get_pyarrow#

State.get_pyarrow(tablename: str, columns: list[str] | str | None = None) Table#

Get a workflow table as a pyarrow.Table.

Parameters:
tablenamestr

Name of table to get.

columnslist[str] or str, optional

Include only these columns in the dataframe.

Returns:
pyarrow.Table