Squire Data
dataExecute Python scripts for dataset processing in disposable remote runtimes with pandas, polars, and pyarrow. Upload inputs and download generated artifacts.
Instructions
Run Python data-processing jobs in a disposable remote runtime with pandas, polars, and pyarrow available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| download_artifacts_dir | No | Optional local directory to download generated data artifacts into. | |
| input | No | Path to an input file for multipart upload. | |
| script | Yes | Path to the Python script to execute. | |
| stdin_text | No | Small inline input payload to send over stdin mode. | |
| timeout | No | Job timeout in seconds. |