Skip to content

Commit 8a722f8

Browse files
committed
Update decimal type for Amazon Redshift
1 parent f77e75f commit 8a722f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/data-factory/connector-amazon-redshift.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jianleishen
77
ms.subservice: data-movement
88
ms.custom: synapse
99
ms.topic: conceptual
10-
ms.date: 05/28/2025
10+
ms.date: 06/12/2025
1111
---
1212

1313
# Copy data from Amazon Redshift using Azure Data Factory or Synapse Analytics
@@ -275,7 +275,8 @@ When you copy data from Amazon Redshift, the following mappings apply from Amazo
275275
| BOOLEAN |Boolean |String |
276276
| CHAR |String |String |
277277
| DATE |DateTime |DateTime |
278-
| DECIMAL |String |Decimal |
278+
| DECIMAL (Precision <= 28) |Decimal |Decimal |
279+
| DECIMAL (Precision > 28) |String |String |
279280
| DOUBLE PRECISION |Double |Double |
280281
| INTEGER |Int32 |Int32 |
281282
| REAL |Single |Single |
@@ -305,7 +306,7 @@ The Amazon Redshift connector version 2.0 (Preview) offers new functionalities a
305306
| Version 2.0 (Preview) | Version 1.0 |
306307
| :----------- | :------- |
307308
| Only support the self-hosted integration runtime with version 5.54.0.0 or above. | Support the Azure integration runtime and self-hosted integration runtime. |
308-
| The following mappings are used from Amazon Redshift data types to interim service data type.<br><br>BOOLEAN -> Boolean <br>DECIMAL -> String| The following mappings are used from Amazon Redshift data types to interim service data type.<br><br>BOOLEAN -> String <br>DECIMAL -> Decimal|
309+
| The following mappings are used from Amazon Redshift data types to interim service data type.<br><br>BOOLEAN -> Boolean | The following mappings are used from Amazon Redshift data types to interim service data type.<br><br>BOOLEAN -> String |
309310

310311
## Related content
311312
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)