@sqlrooms/python / PythonTabularInput
Type Alias: PythonTabularInput
PythonTabularInput =
object
Tabular input payload supplied to a runtime adapter.
Properties
columns
columns:
string[]
columnTypes?
optionalcolumnTypes?:Record<string,"date"|"timestamp">
rows
rows:
Record<string,unknown>[]
rowCount?
optionalrowCount?:number
