Skip to content

Commit c495b46

Browse files
committed
Update Lakehouse Table data type mapping
1 parent c288962 commit c495b46

1 file changed

Lines changed: 44 additions & 1 deletion

File tree

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

Lines changed: 44 additions & 1 deletion
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: 12/18/2024
10+
ms.date: 08/29/2025
1111
---
1212

1313
# Copy and transform data in Microsoft Fabric Lakehouse using Azure Data Factory or Azure Synapse Analytics
@@ -509,6 +509,49 @@ To copy data to Microsoft Fabric Lakehouse using Microsoft Fabric Lakehouse Tabl
509509
]
510510
```
511511

512+
## Data type mapping for Microsoft Fabric Lakehouse table
513+
514+
When copying data from Microsoft Fabric Lakehouse table, the following mappings are used from Microsoft Fabric Lakehouse table data types to interim data types used by the service internally. See [Schema and data type mappings](copy-activity-schema-and-type-mapping.md) to learn about how copy activity maps the source schema and data type to the sink.
515+
516+
| Microsoft Fabric Lakehouse table data type | Interim service data type |
517+
|---------------------|------------------|
518+
| string | String |
519+
| long | Int64 |
520+
| integer | Int32 |
521+
| short | Int16 |
522+
| byte | SByte |
523+
| float | Single |
524+
| double | Double |
525+
| decimal | Decimal |
526+
| boolean | Boolean |
527+
| binary | Byte array |
528+
| date | Date |
529+
| timestamp | DateTime |
530+
531+
When copying data to Microsoft Fabric Lakehouse table, the following mappings are used from interim data types used by the service internally to supported delta sink data types.
532+
533+
| Interim service data type | Supported delta sink type |
534+
|---------------------|------------------|
535+
| Boolean | boolean |
536+
| SByte | byte |
537+
| Byte | short |
538+
| Int16 | short |
539+
| UInt16 | integer |
540+
| Int32 | integer |
541+
| UInt32 | long |
542+
| Int64 | long |
543+
| UInt64 | decimal (20,0) |
544+
| Single | float |
545+
| Double | double |
546+
| GUID | string |
547+
| Date | date |
548+
| TimeSpan | Not supported |
549+
| DateTime | timestamp |
550+
| DateTimeOffset | timestamp |
551+
| String | string |
552+
| Byte array | binary |
553+
| Decimal | decimal |
554+
512555
## Mapping data flow properties
513556

514557
When transforming data in mapping data flow, you can read and write to files or tables in Microsoft Fabric Lakehouse. See the corresponding sections for details.

0 commit comments

Comments
 (0)