dataflows-consumption-cli
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill utilizes shell commands and Python scripts to automate interactions with Microsoft Fabric. This includes using
az restfor API calls and Python for decoding data payloads and rendering query results. These operations are standard for a technical CLI tool and are used here to process and present data to the user. - External Network Operations: The skill initiates network requests to
api.fabric.microsoft.comto perform administrative and data retrieval tasks. These operations are conducted within the context of the user's existing Azure authentication session and target official Microsoft service endpoints. - Data Handling and Decoding: The skill includes patterns for decoding base64-encoded definitions and query metadata retrieved from the Fabric API. This allows users to inspect the underlying Power Query M code and configuration of their dataflows, which is a key functionality for developers and data engineers.
- Dependency Considerations: The instructions reference common data processing libraries such as
pyarrow,pandas, andtabulate. These are recommended for handling the Apache Arrow format returned by the query execution engine, facilitating conversion to common formats like CSV.
Audit Metadata