Skip to content

Commit 36b3bca

Browse files
Merge pull request #292106 from v-luckywang/1218-Update_LH_table_name
[ADF][Doc update] Support special char for Lakehouse table name
2 parents 9f6937e + 302cdee commit 36b3bca

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)