fused run
Run a UDF and print the result.
fused run CANVAS [UDF] [OPTIONS]
Options
| Flag | Description |
|---|---|
--engine [remote|local] | Execution engine to use. |
--instance_type, --instance-type TEXT | Remote instance type override. |
--max_retry, --max-retry INTEGER | Maximum retry attempts for failed runs. (default: 0) |
--cache_max_age, --cache-max-age TEXT | Maximum cache age duration (for example 10s, 5m, 1h). |
--cache / --no-cache | Enable or disable result cache usage. (default: True) |
--disk_size_gb, --disk-size-gb INTEGER | Disk size in GB for supported remote runtimes. |
--stdin | Read UDF source code from standard input (same as passing multiline code to fused.load). |
--verbose / --no-verbose | Show UDF stdout/stderr from the runtime (default: on). (default: True) |
--profile / --no-profile | Collect and print lineprofile timings annotated against UDF source. |
--output_file, --output-file FILENAME | Write the result to a file. |