What problem does it solve?
Users working with Microsoft Fabric Eventhouse and KQL Databases need to run read-only queries for real-time intelligence, time-series analytics, schema discovery, and ingestion monitoring, but lack a streamlined CLI workflow to execute these tasks efficiently without manual portal navigation.
Core Features & Use Cases
- Read-Only KQL Query Execution: Run KQL queries (including where, summarize, join, and render operators) against Eventhouse/KQL Databases via
az rest for real-time and time-series analysis.
- Schema & Metadata Discovery: Explore Eventhouse table schemas, functions, materialized views, policies, and ingestion mappings using native KQL discovery commands.
- Monitoring & Diagnostics: Track active queries, recent command history, and ingestion failures to troubleshoot data freshness and performance issues.
- Use Case: A data analyst can quickly explore an Eventhouse's sales data, run time-series aggregation queries to identify hourly error trends, and export results to JSON for reporting without leaving the CLI.
Quick Start
Use the eventhouse-consumption-cli skill to run a read-only KQL query against your Fabric Eventhouse to count error events from the last 24 hours and export the results to a JSON file.