Skip to content

Commit 2a6f30e

Browse files
committed
Support special char for Lakehouse table name
1 parent b6d8459 commit 2a6f30e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: conceptual
99
ms.custom: synapse
10-
ms.date: 07/19/2024
10+
ms.date: 12/18/2024
1111
---
1212

1313
# Copy and transform data in Microsoft Fabric Lakehouse using Azure Data Factory or Azure Synapse Analytics
@@ -203,7 +203,7 @@ The following properties are supported for Microsoft Fabric Lakehouse Table data
203203
| :-------- | :----------------------------------------------------------- | :-------------------------- |
204204
| type | The **type** property of the dataset must be set to **LakehouseTable**. | Yes |
205205
| schema | Name of the schema. If not specified, the default value is `dbo`. | No |
206-
| table | The name of your table. | Yes |
206+
| table | The name of your table. The table name must be at least one character long, without '/' or '\', no trailing dot, and no leading or trailing spaces. | Yes |
207207

208208
**Example:**
209209

0 commit comments

Comments
 (0)