Interacts with Microsoft Fabric APIs to manage workspaces, lakehouses, warehouses, and tables.
Sponsored
Fabric provides a Python-based interface for interacting with Microsoft Fabric APIs. It simplifies the management of workspaces, lakehouses, warehouses, and tables within the Fabric environment. With features like listing resources, retrieving schemas, and generating documentation, Fabric streamlines data management and provides a convenient way to access and manipulate Fabric resources. It also provides a MCP inspector and VSCode integration for ease of access.
主要功能
01Lists workspaces, lakehouses, warehouses, and tables.
02Provides VSCode integration.
03Retrieves schemas and metadata for Delta tables.
04Generates markdown documentation for Delta tables.
05Includes an MCP Inspector for testing.
062 GitHub stars
使用案例
01Managing and exploring data resources within Microsoft Fabric.
02Automating schema extraction and documentation for Delta tables.
03Integrating with VSCode for enhanced development and testing.