eventstream_add_derived_stream
Add a derived stream to a Microsoft Fabric eventstream definition by specifying a name and optional input nodes.
Instructions
Add a derived stream to the eventstream definition.
:param session_id: Builder session ID
:param stream_name: Name for the stream
:param input_nodes: List of node names (sources, operators, or other streams) that feed this stream.
If None and only one stream exists, automatically connects to that stream.
:return: Updated definition summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| stream_name | Yes | ||
| input_nodes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||