Skip to content

Commit 5c2bb48

Browse files
authored
Merge pull request #268362 from Clare-Zheng82/0307-Remove_LH_MVnet_and_add_activities
[Doc update] Remove MVnet and add supported activities sections in LH doc
2 parents 79b9cd4 + 6efda0c commit 5c2bb48

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

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

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 02/01/2024
11+
ms.date: 03/07/2024
1212
---
1313

1414
# Copy and transform data in Microsoft Fabric Lakehouse using Azure Data Factory or Azure Synapse Analytics
@@ -24,13 +24,13 @@ This article outlines how to use Copy activity to copy data from and to Microsof
2424

2525
This Microsoft Fabric Lakehouse connector is supported for the following capabilities:
2626

27-
| Supported capabilities|IR | Managed private endpoint|
28-
|---------| --------| --------|
29-
|[Copy activity](copy-activity-overview.md) (source/sink)|① ②||
30-
|[Mapping data flow](concepts-data-flow-overview.md) (source/sink)|① |- |
31-
|[Lookup activity](control-flow-lookup-activity.md)|① ②||
32-
|[GetMetadata activity](control-flow-get-metadata-activity.md)|① ②||
33-
|[Delete activity](delete-activity.md)|① ②||
27+
| Supported capabilities|IR |
28+
|---------| --------|
29+
|[Copy activity](copy-activity-overview.md) (source/sink)|① ②|
30+
|[Mapping data flow](concepts-data-flow-overview.md) (source/sink)|① |
31+
|[Lookup activity](control-flow-lookup-activity.md)|① ②|
32+
|[GetMetadata activity](control-flow-get-metadata-activity.md)|① ②|
33+
|[Delete activity](delete-activity.md)|① ②|
3434

3535
*① Azure integration runtime ② Self-hosted integration runtime*
3636

@@ -586,6 +586,18 @@ sink(allowSchemaDrift: true,
586586
```
587587
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.
588588

589+
## Lookup activity properties
590+
591+
To learn details about the properties, check [Lookup activity](control-flow-lookup-activity.md).
592+
593+
## GetMetadata activity properties
594+
595+
To learn details about the properties, check [GetMetadata activity](control-flow-get-metadata-activity.md)
596+
597+
## Delete activity properties
598+
599+
To learn details about the properties, check [Delete activity](delete-activity.md)
600+
589601
## Related content
590602

591603
For a list of data stores supported as sources and sinks by the copy activity, see [Supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).

0 commit comments

Comments
 (0)