Work with Microsoft Fabric Data Warehouse
For more complex data work, the KNIME Database (DB) Framework extends what you can do with Microsoft Fabric Warehouses beyond reading Delta tables. It lets you visually assemble SQL statements and push down complex data manipulations directly to the Fabric Data Warehouse compute engine — keeping processing in Fabric rather than loading data into KNIME.
Before you start
You need:
- A Microsoft Fabric Workspace Connection (see Authenticate to Microsoft Fabric)
Connect
Use the Microsoft Fabric Data Warehouse Connector node to connect to a Data Warehouse within Microsoft Fabric.
- Add a Microsoft Fabric Data Warehouse Connector node.
- Connect the Microsoft Fabric Workspace Connection to its input port.
- Execute the node.
The output is a Database connection. Use it in nodes from the KNIME Database extension to query and manipulate data.
Read and modify data
- Connect the Database connection output from the Microsoft Fabric Data Warehouse Connector to a DB Table Selector node. Select the table you want to query or modify.
- Chain DB manipulation nodes to build your query logic visually. Each node builds a SQL query that executes on the Fabric side. Common nodes include:
- Add a DB Reader node and execute it to run the assembled query in Fabric and import the result into KNIME.
Alternatively, use a DB Query Reader node to enter a SQL query directly and import the result.
For more on in-database processing, see the KNIME Database Extension Guide.
Load data
Use the DB Loader node to write data back to a Fabric Data Warehouse. Unlike the standard DB Writer, it uses database-specific bulk loading, which is significantly faster for large datasets.
The DB Loader requires a temporary staging area for data files. To configure it:
- Add the optional file system input port to the DB Loader node.
- Set the staging location using the Target folder option in the node configuration.
- Connect a file system connector to the optional input port — use the Azure Data Lake Storage Gen2 Connector or the Azure Blob Storage Connector.
INFO
OneLake is not supported as a staging area for the DB Loader node. Use Azure Data Lake Storage Gen2 or Azure Blob Storage instead.
Next steps
- KNIME Database Extension Guide
- See this example workflow on the KNIME Hub for an example of using a Fabric Data Warehouse with the KNIME Database framework.