siftd/SPIN Oneshot Execution
Execute a SPIN notebook in oneshot mode and capture results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| notebook-url | URL to the SPIN notebook to execute | yes | — |
| spin-token | Authentication token for SPIN runtime | yes | — |
| saturn-url | URL to Saturn s-server instance | no | "" |
| max-duration | Maximum execution duration (e.g., 10m, 1h) | no | 10m |
| output-format | Output format: urls, json, or logs | no | urls |
Outputs
| name | description |
|---|---|
| session-urls | JSON array of viewable session URLs |
| exit-code | Notebook execution exit code (0 = success) |
| execution-duration | Execution duration in seconds |