What problem does it solve?
This Skill eliminates the need for manual portal navigation to run read-only KQL queries against Fabric Eventhouse and KQL Databases, enabling data analysts and engineers to quickly explore real-time and time-series data, monitor ingestion health, and generate insights directly from the command line.
Core Features & Use Cases
- Read-Only KQL Query Execution: Run KQL queries using standard operators (where, summarize, join, render) against Eventhouse and KQL Databases via the Kusto REST API.
- Schema & Metadata Discovery: Explore table schemas, functions, materialized views, policies, and ingestion mappings to understand data structure before writing queries.
- Real-Time & Operational Monitoring: Track active KQL queries, ingestion failures, and command history to diagnose performance and data freshness issues.
- Use Case: For example, a data analyst can use this Skill to quickly discover tables in an Eventhouse, sample 10 rows of an AppEvents table, and run a time-series query to count errors per source over the last hour to identify outages.
Quick Start
Use the eventhouse-consumption-cli skill to run a KQL query that counts error events from the AppEvents table in your Fabric Eventhouse over the last 2 hours, grouped by source.