What problem does it solve?
This Skill eliminates the need to manually navigate the Fabric web UI to access dataflow metadata, definitions, and refresh history, enabling fast, scriptable read-only inspection of Dataflows Gen2 directly from the CLI.
Core Features & Use Cases
- Read-Only Dataflow Exploration: List all dataflows across workspaces, inspect item properties, and decode base64-encoded definitions to view Power Query M mashup code, query metadata, and connection bindings.
- Parameter and Job Monitoring: Discover typed dataflow parameters with default values, poll refresh operations for real-time status, and retrieve detailed job history with timing and error details for troubleshooting.
- Use Case: A data engineer can use this Skill to quickly diagnose a failed dataflow refresh by pulling job error logs and inspecting the underlying Power Query code for misconfigurations, all without switching to the Fabric UI.
Quick Start
Use the dataflows-consumption-cli skill to list all dataflows in your default Fabric workspace, decode the Power Query M code for the 'Sales Data Pipeline' dataflow, and check its latest refresh job status for errors.