Wait for source processing
source_waitPoll a source until it reaches READY status or throws a TimeoutError. Ensures source is ready before proceeding.
Instructions
Poll until the source reaches READY status, or fail with a TimeoutError after the configured timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source UUID. | |
| notebook | Yes | Notebook UUID. | |
| timeoutSeconds | No | Default 120s. |