Skip to content

Commit 706aa0c

Browse files
committed
Update README.md to clarify triggers feature versioning
- Revised the description of the `triggers` parameter in the README to indicate its beta status and specify the SDK version (0.0.3b1) associated with this feature. This enhances clarity for users regarding the current state of the triggers functionality.
1 parent cd257ea commit 706aa0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ async def create_graph():
352352
- `secrets` (dict[str, str]): Key/value secrets available to all nodes
353353
- `retry_policy` (RetryPolicyModel | None): Optional retry policy configuration (beta)
354354
- `store_config` (StoreConfigModel | None): Graph-level store configuration (beta)
355-
- `triggers` (list[CronTrigger] | None): Optional list of cron triggers for automatic graph execution
355+
- `triggers` (list[CronTrigger] | None): Optional list of cron triggers for automatic graph execution (beta: SDK version 0.0.3b1)
356356
- `validation_timeout` (int): Seconds to wait for validation (default: 60)
357357
- `polling_interval` (int): Polling interval in seconds (default: 1)
358358

0 commit comments

Comments
 (0)