Skip to content

Commit e773195

Browse files
Merge pull request #264894 from KrishnakumarRukmangathan/patch-26
Update connector-microsoft-fabric-lakehouse.md
2 parents fcedbe1 + 0ea2c84 commit e773195

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,8 @@ Microsoft Fabric Lakehouse connector supports the following file formats. Refer
524524
- [JSON format](format-json.md)
525525
- [ORC format](format-orc.md)
526526
- [Parquet format](format-parquet.md)
527+
528+
To use Fabric Lakehouse file-based connector in inline dataset type, you need to choose the right Inline dataset type for your data. You can use DelimitedText, Avro, JSON, ORC, or Parquet depending on your data format.
527529

528530
### Microsoft Fabric Lakehouse Table in mapping data flow
529531

@@ -579,6 +581,7 @@ sink(allowSchemaDrift: true,
579581
skipDuplicateMapOutputs: true) ~> CustomerTable
580582
581583
```
584+
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.
582585

583586
## Related content
584587

0 commit comments

Comments
 (0)