What problem does it solve?
This Skill eliminates the need for GUI tools to manage Microsoft Fabric Data Warehouse and SQL endpoint T-SQL operations, enabling automated, agent-driven data platform workflows directly from terminal environments for tasks like table creation, data loading, and schema management.
Core Features & Use Cases
- T-SQL Authoring: Execute DDL (CREATE/ALTER/DROP tables), DML (INSERT/UPDATE/DELETE/MERGE), and stored procedure management for Fabric Data Warehouses and Lakehouse SQL endpoints.
- Data Ingestion: Run COPY INTO and OPENROWSET operations to load Parquet, CSV, and other data from ADLS Gen2 and OneLake into warehouse tables.
- Schema & Transaction Management: Handle schema evolution, transaction control, time travel queries, snapshot recovery, and ETL/ELT script generation for production data pipelines.
- Use Case: For example, use this skill to automate an incremental upsert of daily sales data from a staging table to a production fact table, with built-in retry logic for snapshot conflicts.
Quick Start
Use the sqldw-authoring-cli skill to run a T-SQL upsert of the latest staging sales data into the production FactSales table in your Fabric Data Warehouse, with automatic retry for snapshot conflicts.