Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.1

to_table_file_inputs

function
def to_table_file_inputs(files: list[list[TableFileSpec]]) -> list[list[TableFileInput]]

Categories: spi

Wrap per-slot parquet paths as TableFileInput\ s with no metadata -- the shape SrcPlugin.read_in returns.

A reader that produces bare TableFileSpec paths funnels them through this helper; one that has per-file metadata constructs TableFileInput directly instead. Imported from tabsdatak.spi.

Parameters​

parameter
fileslist[list[TableFileSpec]] (list[list[Path]])