Skip to content

Commit 219cb6d

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Remove preview tag in connector docs
1 parent 66ce270 commit 219cb6d

File tree

6 files changed

+44
-44
lines changed

6 files changed

+44
-44
lines changed

articles/data-factory/connector-greenplum.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ The following sections provide details about properties that are used to define
6666

6767
## Linked service properties
6868

69-
The Greenplum connector now supports version 2.0 (Preview). Refer to this [section](#upgrade-the-greenplum-connector) to upgrade your Greenplum connector version from version 1.0. For the property details, see the corresponding sections.
69+
The Greenplum connector now supports version 2.0. Refer to this [section](#upgrade-the-greenplum-connector) to upgrade your Greenplum connector version from version 1.0. For the property details, see the corresponding sections.
7070

71-
- [Version 2.0 (Preview)](#version-20-preview)
71+
- [Version 2.0](#version-20)
7272
- [Version 1.0](#version-10)
7373

74-
### Version 2.0 (Preview)
74+
### Version 2.0
7575

76-
The Greenplum linked service supports the following properties when apply version 2.0 (Preview):
76+
The Greenplum linked service supports the following properties when apply version 2.0:
7777

7878
| Property | Description | Required |
7979
|:--- |:--- |:--- |
@@ -282,7 +282,7 @@ To copy data from Greenplum, set the source type in the copy activity to **Green
282282

283283
When you copy data from Greenplum, the following mappings apply from Greenplum's data types to the internal data types used by the service. To learn about how the copy activity maps the source schema and data type to the sink, see [Schema and data type mappings](copy-activity-schema-and-type-mapping.md).
284284

285-
|Greenplum data type | Interim service data type (for version 2.0 (Preview)) | Interim service data type (for version 1.0) |
285+
|Greenplum data type | Interim service data type (for version 2.0) | Interim service data type (for version 1.0) |
286286
|:---|:---|:---|
287287
|SmallInt|Int16|Int16|
288288
|Integer|Int32|Int32|
@@ -342,15 +342,15 @@ To learn details about the properties, check [Lookup activity](control-flow-look
342342

343343
Here are steps that help you upgrade your Greenplum connector:
344344

345-
1. In **Edit linked service** page, select version 2.0 (Preview) and configure the linked service by referring to [linked service version 2.0 (Preview) properties](#version-20-preview).
345+
1. In **Edit linked service** page, select version 2.0 and configure the linked service by referring to [linked service version 2.0 properties](#version-20).
346346

347-
2. The data type mapping for the Greenplum 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 Greenplum](#data-type-mapping-for-greenplum).
347+
2. The data type mapping for the Greenplum 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 Greenplum](#data-type-mapping-for-greenplum).
348348

349-
## Differences between Greenplum version 2.0 (Preview) and version 1.0
349+
## Differences between Greenplum version 2.0 and version 1.0
350350

351-
The Greenplum connector version 2.0 (Preview) offers new functionalities and is compatible with most features of version 1.0. The table below shows the feature differences between version 2.0 (Preview) and version 1.0.
351+
The Greenplum connector version 2.0 offers new functionalities and is compatible with most features of version 1.0. The table below shows the feature differences between version 2.0 and version 1.0.
352352

353-
| Version 2.0 (Preview) | Version 1.0 |
353+
| Version 2.0| Version 1.0 |
354354
| --- | --- |
355355
| The following mappings are used from Greenplum data types to interim service data type. <br><br> Decimal (Precision > 28) -> Decimal <br> Money -> Decimal <br> Timestamp with time zone -> DateTimeOffset <br>Time with time zone -> DateTimeOffset <br>Interval -> TimeSpan | The following mappings are used from Greenplum data types to interim service data type. <br><br> Decimal (Precision > 28) -> String <br> Money -> String <br> Timestamp with time zone ->String <br>Time with time zone -> String <br>Interval -> String |
356356

articles/data-factory/connector-presto.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ The following sections provide details about properties that are used to define
6262

6363
## Linked service properties
6464

65-
The Presto connector now supports version 2.0 (Preview). Refer to this section to upgrade your Presto connector version from version 1.0. For the property details, see the corresponding sections.
65+
The Presto connector now supports version 2.0. Refer to this section to upgrade your Presto connector version from version 1.0. For the property details, see the corresponding sections.
6666

67-
- [Version 2.0 (Preview)](#version-20-preview)
67+
- [Version 2.0](#version-20)
6868
- [Version 1.0](#version-10)
6969

70-
### Version 2.0 (Preview)
70+
### Version 2.0
7171

72-
The Presto linked service supports the following properties when apply version 2.0 (Preview):
72+
The Presto linked service supports the following properties when apply version 2.0:
7373

7474
| Property | Description | Required |
7575
|:--- |:--- |:--- |
@@ -235,7 +235,7 @@ To copy data from Presto, set the source type in the copy activity to **PrestoSo
235235

236236
When you copy data from Presto, the following mappings apply from Presto's data types to the internal data types used by the service. To learn about how the copy activity maps the source schema and data type to the sink, see [Schema and data type mappings](copy-activity-schema-and-type-mapping.md).
237237

238-
| Presto data type | Interim service data type (for version 2.0 (Preview)) | Interim service data type (for version 1.0) |
238+
| Presto data type | Interim service data type (for version 2.0) | Interim service data type (for version 1.0) |
239239
|:--- |:--- |:--- |
240240
| ARRAY | String | String |
241241
| BIGINT | Int64 | Int64 |
@@ -271,21 +271,21 @@ To learn details about the properties, check [Lookup activity](control-flow-look
271271

272272
Here are steps that help you upgrade the Presto connector:
273273

274-
1. In **Edit linked service** page, select version 2.0 (Preview) and configure the linked service by referring to [linked service version 2.0 (Preview) properties](#version-20-preview).
274+
1. In **Edit linked service** page, select version 2.0 and configure the linked service by referring to [linked service version 2.0 properties](#version-20).
275275

276-
2. The data type mapping for the Presto 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 Presto](#data-type-mapping-for-presto).
276+
2. The data type mapping for the Presto 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 Presto](#data-type-mapping-for-presto).
277277

278-
## Differences between Presto connector version 2.0 (Preview) and version 1.0
278+
## Differences between Presto connector version 2.0 and version 1.0
279279

280-
The Presto 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.
280+
The Presto connector version 2.0 offers new functionalities and is compatible with most features of version 1.0. The following table shows the feature differences between version 2.0 and version 1.0.
281281

282-
| Version 2.0 (Preview) | Version 1.0 |
282+
| Version 2.0 | Version 1.0 |
283283
| :----------- | :------- |
284284
| `serverVersion` is not supported. | `serverVersion` is supported. |
285285
| The default value of `port` is 8443. | The default value of `port` is 8080. |
286286
| The default value of `enableSSL` is true.<br><br> `enableServerCertificateValidation` is supported. <br><br>`trustedCertPath`, `useSystemTrustStore`, `allowHostNameCNMismatch` and `allowSelfSignedServerCert` are not supported.| The default value of `enableSSL` is false.<br><br>`enableServerCertificateValidation` is not supported. <br><br> `trustedCertPath`, `useSystemTrustStore`, `allowHostNameCNMismatch` and `allowSelfSignedServerCert` is supported. |
287287
| The default value of `timeZoneID` is the Presto system time zone. | The default value of `timeZoneID` is the Azure Data Factory time zone. |
288-
| The following mappings are used from Presto data types to interim service data type.<br><br>DATE -> Date <br>DECIMAL (Precision >= 28) -> Decimal <br> DOUBLE -> Double <br>INTERVAL_DAY_TO_SECOND -> TimeSpan <br>INTERVAL_YEAR_TO_MONTH -> String<br>IPADDRESS -> String<br>TIME -> Time<br>TIMESTAMPWITHTIMEZONE -> Datetimeoffset<br>TINYINT -> SByte<br>UUID -> Guid| The following mappings are used from Presto data types to interim service data type.<br><br>DATE -> Datetime <br>DECIMAL (Precision >= 28) -> String <br>DOUBLE -> Decimal <br>TIME -> TimeSpan<br>TINYINT -> Int16<br> Other mappings supported by version 2.0 (Preview) listed left are not supported by version 1.0. |
288+
| The following mappings are used from Presto data types to interim service data type.<br><br>DATE -> Date <br>DECIMAL (Precision >= 28) -> Decimal <br> DOUBLE -> Double <br>INTERVAL_DAY_TO_SECOND -> TimeSpan <br>INTERVAL_YEAR_TO_MONTH -> String<br>IPADDRESS -> String<br>TIME -> Time<br>TIMESTAMPWITHTIMEZONE -> Datetimeoffset<br>TINYINT -> SByte<br>UUID -> Guid| The following mappings are used from Presto data types to interim service data type.<br><br>DATE -> Datetime <br>DECIMAL (Precision >= 28) -> String <br>DOUBLE -> Decimal <br>TIME -> TimeSpan<br>TINYINT -> Int16<br> Other mappings supported by version 2.0 listed left are not supported by version 1.0. |
289289

290290
## Related content
291291
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).

articles/data-factory/connector-spark.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ The following sections provide details about properties that are used to define
6767

6868
## Linked service properties
6969

70-
The Spark connector now supports version 2.0 (Preview). Refer to this [section](#upgrade-the-spark-connector) to upgrade your Spark connector version from version 1.0. For the property details, see the corresponding sections.
70+
The Spark connector now supports version 2.0. Refer to this [section](#upgrade-the-spark-connector) to upgrade your Spark connector version from version 1.0. For the property details, see the corresponding sections.
7171

72-
- [Version 2.0 (Preview)](#version-20-preview)
72+
- [Version 2.0](#version-20)
7373
- [Version 1.0](#version-10)
7474

75-
### Version 2.0 (Preview)
75+
### Version 2.0
7676

77-
The following properties are supported for Spark linked service version 2.0 (Preview):
77+
The following properties are supported for Spark linked service version 2.0:
7878

7979
| Property | Description | Required |
8080
|:--- |:--- |:--- |
@@ -235,7 +235,7 @@ To copy data from Spark, set the source type in the copy activity to **SparkSour
235235

236236
When you copy data from and to Spark, the following interim data type mappings are used within the service. To learn about how the copy activity maps the source schema and data type to the sink, see [Schema and data type mappings](copy-activity-schema-and-type-mapping.md).
237237

238-
| Spark data type | Interim service data type (for version 2.0 (Preview)) | Interim service data type (for version 1.0) |
238+
| Spark data type | Interim service data type (for version 2.0) | Interim service data type (for version 1.0) |
239239
|:--- |:--- |:--- |
240240
| BooleanType  | Boolean  | Boolean  |
241241
| ByteType  | Sbyte  | Int16  |
@@ -262,21 +262,21 @@ To learn details about the properties, check [Lookup activity](control-flow-look
262262

263263
## Upgrade the Spark connector
264264

265-
1. In **Edit linked service** page, select 2.0 for version and configure the linked service by referring to [Linked service properties version 2.0 (Preview)](#version-20-preview).
265+
1. In **Edit linked service** page, select 2.0 for version and configure the linked service by referring to [Linked service properties version 2.0](#version-20).
266266

267-
1. The data type mapping for the Spark 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 Spark](#data-type-mapping-for-spark).
267+
1. The data type mapping for the Spark 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 Spark](#data-type-mapping-for-spark).
268268

269-
## Differences between Spark version 2.0 (Preview) and version 1.0
269+
## Differences between Spark version 2.0 and version 1.0
270270

271-
The Spark 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.
271+
The Spark connector version 2.0 offers new functionalities and is compatible with most features of version 1.0. The following table shows the feature differences between version 2.0 and version 1.0.
272272

273-
| Version 2.0 (Preview)  | Version 1.0  |
273+
| Version 2.0 | Version 1.0  |
274274
|:--- |:--- |
275275
| SharkServer and SharkServer2 are not supported for `serverType`. | Support SharkServer and SharkServer2 for `serverType`. |
276276
| Binary and SASL are not supported for `thriftTransportProtocl`. | Support Binary and SASL for `thriftTransportProtocl`. |
277277
| Username authentication type is not supported. | Support Username authentication type. |
278278
| The default value of `enableSSL` is true. `trustedCertPath`, `useSystemTrustStore`, `allowHostNameCNMismatch` and `allowSelfSignedServerCert` are not supported.| The default value of `enableSSL` is false. Additionally, support `trustedCertPath`, `useSystemTrustStore`, `allowHostNameCNMismatch` and `allowSelfSignedServerCert`. |
279-
| The following mappings are used from Spark data types to interim service data types used by the service internally.<br><br>TimestampType -> DateTimeOffset <br>YearMonthIntervalType -> String<br>DayTimeIntervalType -> String | The following mappings are used from Spark data types to interim service data types used by the service internally.<br><br>TimestampType -> DateTime<br>Other mappings supported by version 2.0 (Preview) listed left are not supported by version 1.0. |
279+
| The following mappings are used from Spark data types to interim service data types used by the service internally.<br><br>TimestampType -> DateTimeOffset <br>YearMonthIntervalType -> String<br>DayTimeIntervalType -> String | The following mappings are used from Spark data types to interim service data types used by the service internally.<br><br>TimestampType -> DateTime<br>Other mappings supported by version 2.0 listed left are not supported by version 1.0. |
280280

281281
## Related content
282282
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)