Skip to content

Commit 302cdee

Browse files
committed
Fix
1 parent 2a6f30e commit 302cdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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. The table name must be at least one character long, without '/' or '\', no trailing dot, and no leading or trailing spaces. | 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)