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-amazon-redshift.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This Amazon Redshift connector is supported for the following capabilities:
32
32
33
33
For a list of data stores that are supported as sources or sinks by the copy activity, see the [Supported data stores](copy-activity-overview.md#supported-data-stores-and-formats) table.
34
34
35
-
Specifically, this Amazon Redshift connector supports retrieving data from Redshift using query or built-in Redshift UNLOAD support.
35
+
For version 2.0 (Preview), you need to [install the Amazon Redshift ODBC driver](https://docs.aws.amazon.com/redshift/latest/mgmt/odbc20-install-win.html) manually. For version 1.0, this Amazon Redshift connector supports retrieving data from Redshift using query or built-in Redshift UNLOAD support.
36
36
37
37
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
38
38
@@ -41,7 +41,7 @@ The connector supports the Windows versions in this [article](create-self-hosted
41
41
42
42
## Prerequisites
43
43
44
-
* If you are copying data to an on-premises data store using [Self-hosted Integration Runtime](create-self-hosted-integration-runtime.md), grant Integration Runtime (use IP address of the machine) the access to Amazon Redshift cluster. See [Authorize access to the cluster](https://docs.aws.amazon.com/redshift/latest/gsg/rs-gsg-authorize-cluster-access.html) for instructions.
44
+
* If you are copying data to an on-premises data store using [Self-hosted Integration Runtime](create-self-hosted-integration-runtime.md), grant Integration Runtime (use IP address of the machine) the access to Amazon Redshift cluster. See [Authorize access to the cluster](https://docs.aws.amazon.com/redshift/latest/gsg/rs-gsg-authorize-cluster-access.html) for instructions. If you use the version 2.0, your self-hosted integration runtime version should be 5.54.0.0 or above.
45
45
* If you are copying data to an Azure data store, see [Azure Data Center IP Ranges](https://www.microsoft.com/download/details.aspx?id=41653) for the Compute IP address and SQL ranges used by the Azure data centers.
46
46
47
47
## Getting started
@@ -81,13 +81,13 @@ The following properties are supported for Amazon Redshift linked service:
81
81
| Property | Description | Required |
82
82
|:--- |:--- |:--- |
83
83
| type | The type property must be set to: **AmazonRedshift**| Yes |
84
-
| version | The version that you specify. | Yes for version 2.0. |
84
+
| version | The version that you specify. | Yes for version 2.0 (Preview). |
85
85
| server |IP address or host name of the Amazon Redshift server. |Yes |
86
86
| port |The number of the TCP port that the Amazon Redshift server uses to listen for client connections. |No, default is 5439 |
87
87
| database |Name of the Amazon Redshift database. |Yes |
88
88
| username |Name of user who has access to the database. |Yes |
89
89
| password |Password for the user account. Mark this field as a SecureString to store it securely, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). |Yes |
90
-
| connectVia | The [Integration Runtime](concepts-integration-runtime.md) to be used to connect to the data store. <br>If you select version 2.0, you can only use the self-hosted integration runtime.<br>If you select version 1.0, you can use Azure Integration Runtime or Self-hosted Integration Runtime (if your data store is located in private network). If not specified, it uses the default Azure Integration Runtime. |No |
90
+
| connectVia | The [Integration Runtime](concepts-integration-runtime.md) to be used to connect to the data store. <br>If you select version 2.0 (Preview), you can only use the self-hosted integration runtime and its version should be 5.54.0.0 or above.<br>If you select version 1.0, you can use Azure Integration Runtime or Self-hosted Integration Runtime (if your data store is located in private network). If not specified, it uses the default Azure Integration Runtime. |No |
91
91
92
92
**Example: version 2.0 (Preview)**
93
93
@@ -294,15 +294,15 @@ Here are steps that help you upgrade the Amazon Redshift connector:
294
294
295
295
2. The data type mapping for the Amazon Redshift 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 Amazon Redshift](#data-type-mapping-for-amazon-redshift).
296
296
297
-
3. Azure integration runtime is not supported by version 2.0 (Preview).
297
+
3.Apply a self-hosted integration runtime with version 5.54.0.0 or above. Azure integration runtime is not supported by version 2.0 (Preview).
298
298
299
299
## <aname="differences-between-amazon-redshift-connector-version-20-and-version-10"></a>Differences between Amazon Redshift connector version 2.0 (Preview) and version 1.0
300
300
301
301
The Amazon Redshift 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.
302
302
303
303
| Version 2.0 (Preview) | Version 1.0 |
304
304
| :----------- | :------- |
305
-
| Only support the self-hosted integration runtime. | Support the Azure integration runtime and self-hosted integration runtime. |
305
+
| 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. |
306
306
| 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|
0 commit comments