@sqlrooms/python / PythonExecutionRequest
Type Alias: PythonExecutionRequest
PythonExecutionRequest =
object
Request passed from SQLRooms to a Python runtime adapter.
Properties
executionId
executionId:
string
blockId
blockId:
string
artifactId?
optionalartifactId?:string
code
code:
string
inputs
inputs:
PythonInput[]
grantedCapabilities
grantedCapabilities:
PythonRuntimeCapability[]
outputDeclarations
outputDeclarations:
PythonOutputDeclaration[]
requirements?
optionalrequirements?:PythonRequirementSpec[]
limits?
optionallimits?:object
| Name | Type |
|---|---|
timeoutMs? | number |
maxStdoutBytes? | number |
maxRowsPreview? | number |
