Skip to content

Commit 492476a

Browse files
Merge pull request #314329 from KrishnakumarRukmangathan/KrishnakumarRukmangathan-1775499385482
Update connector-microsoft-fabric-lakehouse
2 parents 0b6c8a7 + b5c4a02 commit 492476a

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

articles/data-factory/connector-microsoft-fabric-lakehouse.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jianleishen
66
author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: how-to
9-
ms.date: 01/30/2026
9+
ms.date: 04/06/2026
1010
ms.custom:
1111
- synapse
1212
- sfi-image-nochange
@@ -763,6 +763,23 @@ sink(allowSchemaDrift: true,
763763
```
764764
For Fabric Lakehouse table-based connector in inline dataset type, you only need to use Delta as dataset type. This will allow you to read and write data from Fabric Lakehouse tables.
765765

766+
767+
The following table depicts the behavior of Mapping Data Flows when interacting with Fabric Lakehouse tables, based on whether the Lakehouse is schema-enabled or schema-less, and whether a schema is explicitly defined.
768+
769+
> **Note:** All scenarios are supported when selecting the table name using the dropdown.
770+
771+
| Fabric Lakehouse Type | Role | Schema Provided | Behavior |
772+
|----------------------|--------|-----------------|----------|
773+
| **Schema-less Lakehouse** | Source | Yes | Operation fails |
774+
| | Source | No | Operation succeeds |
775+
| | Sink | Yes | Operation fails or may result in unexpected behavior |
776+
| | Sink | No | Operation succeeds |
777+
| **Schema-enabled Lakehouse** | Source | Yes | Operation succeeds |
778+
| | Source | No | Operation fails |
779+
| | Sink | Yes | Operation succeeds |
780+
| | Sink | No | Operation fails or may result in unexpected behavior |
781+
782+
766783
## Lookup activity properties
767784

768785
To learn details about the properties, check [Lookup activity](control-flow-lookup-activity.md).

0 commit comments

Comments
 (0)