eventhouse_execute_kql
Run KQL queries against a Microsoft Fabric eventhouse KQL database to retrieve and analyze data. Specify workspace, eventhouse, database, and query to get results.
Instructions
Execute a KQL query against an eventhouse's KQL database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | KQL query string to execute | |
| maxRows | No | Maximum number of rows to return (default 1000) | |
| database | Yes | KQL database name to query | |
| workspaceId | Yes | The workspace ID | |
| eventhouseId | Yes | The eventhouse ID |