eventstream_add_eventhouse_destination
Adds an Eventhouse destination to an eventstream, routing data from specified streams into a target database table with configurable ingestion mode and encoding.
Instructions
Add an Eventhouse destination to the eventstream definition.
:param session_id: Builder session ID
:param workspace_id: Fabric workspace ID
:param item_id: Eventhouse item ID
:param database_name: Target database name
:param table_name: Target table name
:param input_streams: List of stream names that feed this destination
:param destination_name: Name for the destination (auto-generated if not provided)
:param data_ingestion_mode: Ingestion mode (ProcessedIngestion or DirectIngestion)
:param encoding: Input encoding
:return: Updated definition summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| workspace_id | Yes | ||
| item_id | Yes | ||
| database_name | Yes | ||
| table_name | Yes | ||
| input_streams | Yes | ||
| destination_name | No | ||
| data_ingestion_mode | No | ProcessedIngestion | |
| encoding | No | UTF8 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||