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-greenplum.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,14 +66,14 @@ The following sections provide details about properties that are used to define
66
66
67
67
## Linked service properties
68
68
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.
70
70
71
-
-[Version 2.0 (Preview)](#version-20-preview)
71
+
-[Version 2.0](#version-20)
72
72
-[Version 1.0](#version-10)
73
73
74
-
### Version 2.0 (Preview)
74
+
### Version 2.0
75
75
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:
77
77
78
78
| Property | Description | Required |
79
79
|:--- |:--- |:--- |
@@ -282,7 +282,7 @@ To copy data from Greenplum, set the source type in the copy activity to **Green
282
282
283
283
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).
284
284
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) |
286
286
|:---|:---|:---|
287
287
|SmallInt|Int16|Int16|
288
288
|Integer|Int32|Int32|
@@ -342,15 +342,15 @@ To learn details about the properties, check [Lookup activity](control-flow-look
342
342
343
343
Here are steps that help you upgrade your Greenplum connector:
344
344
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).
346
346
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).
348
348
349
-
## Differences between Greenplum version 2.0 (Preview) and version 1.0
349
+
## Differences between Greenplum version 2.0 and version 1.0
350
350
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.
352
352
353
-
| Version 2.0 (Preview) | Version 1.0 |
353
+
| Version 2.0| Version 1.0 |
354
354
| --- | --- |
355
355
| 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 |
Copy file name to clipboardExpand all lines: articles/data-factory/connector-presto.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,14 +62,14 @@ The following sections provide details about properties that are used to define
62
62
63
63
## Linked service properties
64
64
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.
66
66
67
-
-[Version 2.0 (Preview)](#version-20-preview)
67
+
-[Version 2.0](#version-20)
68
68
-[Version 1.0](#version-10)
69
69
70
-
### Version 2.0 (Preview)
70
+
### Version 2.0
71
71
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:
73
73
74
74
| Property | Description | Required |
75
75
|:--- |:--- |:--- |
@@ -235,7 +235,7 @@ To copy data from Presto, set the source type in the copy activity to **PrestoSo
235
235
236
236
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).
237
237
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) |
239
239
|:--- |:--- |:--- |
240
240
| ARRAY | String | String |
241
241
| BIGINT | Int64 | Int64 |
@@ -271,21 +271,21 @@ To learn details about the properties, check [Lookup activity](control-flow-look
271
271
272
272
Here are steps that help you upgrade the Presto connector:
273
273
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).
275
275
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).
277
277
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
279
279
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.
281
281
282
-
| Version 2.0 (Preview) | Version 1.0 |
282
+
| Version 2.0 | Version 1.0 |
283
283
| :----------- | :------- |
284
284
|`serverVersion` is not supported. |`serverVersion` is supported. |
285
285
| The default value of `port` is 8443. | The default value of `port` is 8080. |
286
286
| 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. |
287
287
| 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. |
289
289
290
290
## Related content
291
291
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).
Copy file name to clipboardExpand all lines: articles/data-factory/connector-spark.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,14 +67,14 @@ The following sections provide details about properties that are used to define
67
67
68
68
## Linked service properties
69
69
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.
71
71
72
-
-[Version 2.0 (Preview)](#version-20-preview)
72
+
-[Version 2.0](#version-20)
73
73
-[Version 1.0](#version-10)
74
74
75
-
### Version 2.0 (Preview)
75
+
### Version 2.0
76
76
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:
78
78
79
79
| Property | Description | Required |
80
80
|:--- |:--- |:--- |
@@ -235,7 +235,7 @@ To copy data from Spark, set the source type in the copy activity to **SparkSour
235
235
236
236
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).
237
237
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) |
239
239
|:--- |:--- |:--- |
240
240
| BooleanType | Boolean | Boolean |
241
241
| ByteType | Sbyte | Int16 |
@@ -262,21 +262,21 @@ To learn details about the properties, check [Lookup activity](control-flow-look
262
262
263
263
## Upgrade the Spark connector
264
264
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).
266
266
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).
268
268
269
-
## Differences between Spark version 2.0 (Preview) and version 1.0
269
+
## Differences between Spark version 2.0 and version 1.0
270
270
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.
272
272
273
-
| Version 2.0 (Preview) | Version 1.0 |
273
+
| Version 2.0 | Version 1.0 |
274
274
|:--- |:--- |
275
275
| SharkServer and SharkServer2 are not supported for `serverType`. | Support SharkServer and SharkServer2 for `serverType`. |
276
276
| Binary and SASL are not supported for `thriftTransportProtocl`. | Support Binary and SASL for `thriftTransportProtocl`. |
277
277
| Username authentication type is not supported. | Support Username authentication type. |
278
278
| 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. |
280
280
281
281
## Related content
282
282
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