Skip to content

@sqlrooms/python / PythonTabularInput

Type Alias: PythonTabularInput

PythonTabularInput = object

Tabular input payload supplied to a runtime adapter.

Properties

columns

columns: string[]


columnTypes?

optional columnTypes?: Record<string, "date" | "timestamp">


rows

rows: Record<string, unknown>[]


rowCount?

optional rowCount?: number