Skip to content

Commit 924e2a0

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
add preview and difference section
1 parent 9279272 commit 924e2a0

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

articles/data-factory/connector-teradata.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ Specifically, this Teradata connector supports:
4343

4444
### For version 2.0
4545

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.
4847
### For version 1.0
4948

5049
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
8382

8483
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.
8584

86-
- [Version 2.0](#version-20)
85+
- [Version 2.0 (preview)](#version-20-preview)
8786
- [Version 1.0](#version-10)
8887

89-
### Version 2.0
88+
### Version 2.0 (preview)
9089

9190
The Teradata linked service supports the following properties when apply version 2.0:
9291

@@ -400,8 +399,8 @@ When you copy data from Teradata, the following mappings apply from Teradata's d
400399
| ByteInt | Int16 | Int16 |
401400
| Char | String | String |
402401
| 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 |
405404
| Double | Double | Double |
406405
| Graphic | String | Not supported. Apply explicit cast in source query. |
407406
| Integer | Int32 | Int32 |
@@ -425,7 +424,7 @@ When you copy data from Teradata, the following mappings apply from Teradata's d
425424
| Period (Timestamp) | String | Not supported. Apply explicit cast in source query. |
426425
| Period (Timestamp With Time Zone) | String | Not supported. Apply explicit cast in source query. |
427426
| SmallInt | Int16 | Int16 |
428-
| Time | TimeSpan | TimeSpan |
427+
| Time | Time | TimeSpan |
429428
| Time With Time Zone | String   | TimeSpan |
430429
| Timestamp | DateTime | DateTime |
431430
| Timestamp With Time Zone | DateTimeOffset | DateTime |
@@ -443,9 +442,18 @@ To learn details about the properties, check [Lookup activity](control-flow-look
443442

444443
Here are steps that help you upgrade the Teradata connector:
445444

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.
447453

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. |
449457

450458

451459
## Related content

0 commit comments

Comments
 (0)