fabric-warehouse
CommunityPowerful T-SQL commands for Fabric Warehouse, optimized for Azure data platform workloads.
Data & Analytics#ETL#performance optimization#transaction management#data warehouse#T-SQL#Fabric Warehouse
Authorwardawgmalvicious
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill unit provides T-SQL commands and guidelines optimized for use with the Fabric Warehouse, offering comprehensive coverage for a range of data manipulation and analysis tasks on the Azure data platform.
Core Features & Use Cases
- Unsupported T-SQL Features Handling: Offers workarounds and best practices for unsupported features like
FOR XML, recursive CTEs, triggers, etc. - Schema Evolution: Describes operations for schema changes such as adding/dropping columns, renaming, altering table structure, and managing IDENTITY columns.
- Table Constraints and Limits: Detailed information on row size, table/column names, and constraints limitations in Fabric Warehouse.
- Transactions and Isolation: Guidance on transaction usage, supported isolation levels, and conflict resolution strategies.
- Time Travel and Snapshots: Describes time travel options and how to work with Warehouse Snapshots for data recovery and consistent queries.
- Performance Optimization: Provides best practices for table design, indexing, and query optimization to maximize performance in Fabric Warehouse.
- Data Ingestion and ETL: Guidelines on data ingestion and ETL processes tailored to Fabric Warehouse, including use of
COPY INTOandbcpfor bulk operations.
Quick Start
Run the T-SQL command against your Fabric Warehouse table to extract performance metrics and optimize table health:
EXEC sys.sp_get_table_health_metrics @table_name = 'your_table_name';
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferencesassets
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: fabric-warehouse Download link: https://github.com/wardawgmalvicious/claude-config/archive/main.zip#fabric-warehouse Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.