What problem does it solve?
This Skill removes the friction of safely authoring Microsoft Fabric Warehouse and SQL endpoint changes from a command-line workflow, so you can create, load, transform, and repair data without switching tools or guessing at Fabric-specific behavior.
Core Features & Use Cases
- T-SQL Authoring: Create and modify tables, views, functions, and stored procedures for Fabric Warehouse and supported SQL endpoints.
- Data Operations: Run inserts, updates, deletes, merges, COPY INTO ingestion, OPENROWSET transforms, transactions, and schema evolution patterns.
- Operational Guidance: Discover workspace and item IDs, connect with sqlcmd, verify schema before writing, and troubleshoot Fabric-specific errors and performance issues.
- Use Case: A data engineer needs to load parquet files into a warehouse, upsert the latest batch, validate row counts, and preserve safe rollback options, all from a scripted CLI flow.
Quick Start
Use this skill to generate a safe sqlcmd-based Fabric SQL authoring workflow for your target warehouse or SQL endpoint after discovering the schema and connection details.