What problem does it solve?
This Skill removes the friction of exploring Fabric Eventhouse and KQL Database data by letting you run safe, read-only KQL queries from the command line. It helps you discover schemas, inspect live ingestion and query activity, and analyze real-time or time-series data without manually piecing together REST calls.
Core Features & Use Cases
- Read-only KQL execution: Run queries against Eventhouse or KQL Database endpoints using az rest and the Kusto REST API.
- Schema and metadata discovery: Inspect tables, columns, functions, views, policies, and security settings before writing targeted queries.
- Real-time analytics workflows: Use KQL operators such as where, summarize, join, render, and bin to analyze event streams and time-series patterns.
- Operational monitoring: Check ingestion failures, active queries, and recent commands to troubleshoot stale or slow data.
- Practical export and reporting: Save query results to JSON or transform them for downstream analysis.
- Use case: A data analyst needs to find error spikes in the last hour, discover the relevant table schema, and export the result set for reporting without leaving the terminal.
Quick Start
Ask the Skill to discover your Eventhouse tables, inspect the schema of the most relevant table, and generate a read-only KQL query for the analysis you want.