What problem does it solve?
This Skill automates the execution of stored procedures on a Microsoft Fabric Warehouse, simplifying and streamlining the process of running procedures and monitoring their execution.
Core Features & Use Cases
- Stored Procedure Execution: Execute specific stored procedures or pipelines on a Fabric Warehouse.
- Live Monitoring: Monitor the execution of procedures using a log table for real-time progress updates.
- Environment-Specific Execution: Run procedures in different environments with the appropriate configuration.
- Use Case: Imagine you need to execute a complex stored procedure that involves multiple steps and requires monitoring. This Skill allows you to automate the execution and track its progress without manual intervention.
Quick Start
Execute a stored procedure named 'sp_Materialize_All_Clusters_Master' in the 'dev' environment using the command: /fabric-sp-run sp_Materialize_All_Clusters_Master --env dev