Skip to content

@sqlrooms/python / PythonTableInputSpec

Type Alias: PythonTableInputSpec

PythonTableInputSpec = Extract<PythonInput, { kind: "tableRef"; }>

Table input spec resolved by the SQLRooms host.