You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-teradata.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,7 @@ Specifically, this Teradata connector supports:
43
43
44
44
### For version 2.0
45
45
46
-
If you use the self-hosted integration runtime for the connector version 2.0, you need to [install .NET Data Provider](https://downloads.teradata.com/download/connectivity/net-data-provider-teradata) with version 20.00.03.00 or above on your self-hosted integration runtime.
47
-
46
+
You need to [install .NET Data Provider](https://downloads.teradata.com/download/connectivity/net-data-provider-teradata) with version 20.00.03.00 or above on your self-hosted integration runtime if you use it.
48
47
### For version 1.0
49
48
50
49
If you use Self-hosted Integration Runtime, note it provides a built-in Teradata driver starting from version 3.18. You don't need to manually install any driver. The driver requires "Visual C++ Redistributable 2012 Update 4" on the self-hosted integration runtime machine. If you don't yet have it installed, download it from [here](https://www.microsoft.com/en-sg/download/details.aspx?id=30679).
@@ -83,10 +82,10 @@ The following sections provide details about properties that are used to define
83
82
84
83
The Teradata connector now supports version 2.0. Refer to this [section](#upgrade-the-teradata-connector) to upgrade your Teradata connector version from version 1.0. For the property details, see the corresponding sections.
85
84
86
-
-[Version 2.0](#version-20)
85
+
-[Version 2.0 (preview)](#version-20-preview)
87
86
-[Version 1.0](#version-10)
88
87
89
-
### Version 2.0
88
+
### Version 2.0 (preview)
90
89
91
90
The Teradata linked service supports the following properties when apply version 2.0:
92
91
@@ -400,8 +399,8 @@ When you copy data from Teradata, the following mappings apply from Teradata's d
400
399
| ByteInt | Int16 | Int16 |
401
400
| Char | String | String |
402
401
| Clob | String | String |
403
-
| Date | Date (converted from DateTime) | DateTime |
404
-
| Decimal |IBigDecimal (converted from TdDecimal)| Decimal |
402
+
| Date | Date | DateTime |
403
+
| Decimal | Decimal| Decimal |
405
404
| Double | Double | Double |
406
405
| Graphic | String | Not supported. Apply explicit cast in source query. |
407
406
| Integer | Int32 | Int32 |
@@ -425,7 +424,7 @@ When you copy data from Teradata, the following mappings apply from Teradata's d
425
424
| Period (Timestamp) | String | Not supported. Apply explicit cast in source query. |
426
425
| Period (Timestamp With Time Zone) | String | Not supported. Apply explicit cast in source query. |
427
426
| SmallInt | Int16 | Int16 |
428
-
| Time |TimeSpan| TimeSpan |
427
+
| Time |Time| TimeSpan |
429
428
| Time With Time Zone | String | TimeSpan |
430
429
| Timestamp | DateTime | DateTime |
431
430
| Timestamp With Time Zone | DateTimeOffset | DateTime |
@@ -443,9 +442,18 @@ To learn details about the properties, check [Lookup activity](control-flow-look
443
442
444
443
Here are steps that help you upgrade the Teradata connector:
445
444
446
-
1. In **Edit linked service** page, select **2.0 (Preview)** under **Version** and configure the linked service by referring to [linked service version 2.0 properties](#version-20).
445
+
1. In **Edit linked service** page, select 2.0 version and configure the linked service by referring to [linked service version 2.0 (preview) properties](#version-20-preview).
446
+
447
+
2. The data type mapping for the Teradata linked service version 2.0 (preview) is different from that for the version 1.0. To learn the latest data type mapping, see [Data type mapping for Teradata](#data-type-mapping-for-teradata).
448
+
449
+
450
+
## Differences between Teradata connector version 2.0 (preview) and version 1.0
451
+
452
+
The Teradata connector version 2.0 (preview) offers new functionalities and is compatible with most features of version 1.0. The following table shows the feature differences between version 2.0 (preview) and version 1.0.
447
453
448
-
2. The data type mapping for the Teradata linked service version 2.0 is different from that for the version 1.0. To learn the latest data type mapping, see [Data type mapping for Teradata](#data-type-mapping-for-teradata).
454
+
| Version 2.0 (preview) | Version 1.0 |
455
+
| :----------- | :------- |
456
+
| The following mappings are used from Teradata data types to interim service data type.<br><br>Date -> Date<br>Time With Time Zone -> String <br>Timestamp With Time Zone -> DateTimeOffset <br>Graphic -> String<br>Interval Day -> TimeSpan<br>Interval Day To Hour -> TimeSpan<br>Interval Day To Minute -> TimeSpan<br>Interval Day To Second -> TimeSpan<br>Interval Hour -> TimeSpan<br>Interval Hour To Minute -> TimeSpan<br>Interval Hour To Second -> TimeSpan<br>Interval Minute -> TimeSpan<br>Interval Minute To Second -> TimeSpan<br>Interval Month -> String<br>Interval Second -> TimeSpan<br>Interval Year -> String<br>Interval Year To Month -> String<br>Number -> Double<br>Period (Date) -> String<br>Period (Time) -> String<br>Period (Time With Time Zone) -> String<br>Period (Timestamp) -> String<br>Period (Timestamp With Time Zone) -> String<br>VarGraphic -> String<br>Xml -> String | The following mappings are used from Teradata data types to interim service data type.<br><br>Date -> DateTime<br>Time With Time Zone -> TimeSpan <br>Timestamp With Time Zone -> DateTime <br>Other mappings supported by version 2.0 (preview) are not supported by version 1.0. Please apply an explicit cast in the source query. |
0 commit comments