What problem does it solve?
This Skill removes the friction of accessing data in Microsoft Fabric SQL endpoints (Data Warehouses, Lakehouse SQL Endpoints, Mirrored Databases) by providing a streamlined CLI-based workflow for T-SQL queries, eliminating the need for custom tooling or manual UI navigation for ad-hoc data access and exploration.
Core Features & Use Cases
- Read-Only T-SQL Query Execution: Run ad-hoc, parameterized, or scripted T-SQL queries against any Fabric SQL endpoint directly from the command line.
- Schema & Data Discovery: Quickly explore table schemas, column metadata, row counts, and security configurations to understand dataset structure without leaving the CLI.
- Data Export & Performance Monitoring: Export query results to CSV/JSON formats, monitor active query performance, and investigate slow queries using built-in Fabric diagnostic views.
- Use Case Example: An analytics engineer can use this Skill to count rows in a lakehouse table, generate a T-SQL script for a monthly sales aggregation report, or export filtered customer data to CSV for downstream analysis.
Quick Start
Use the sqldw-consumption-cli skill to run a T-SQL query that counts the total number of rows in the 'FactSales' table in your Fabric Data Warehouse and save the results to a CSV file.