Skip to content

Commit e0e3f6c

Browse files
committed
Update shir version
1 parent 30c40b6 commit e0e3f6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/data-factory/connector-amazon-redshift.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This Amazon Redshift connector is supported for the following capabilities:
3232

3333
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.
3434

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

3737
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
3838

@@ -41,7 +41,7 @@ The connector supports the Windows versions in this [article](create-self-hosted
4141
4242
## Prerequisites
4343

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.
4545
* 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.
4646

4747
## Getting started
@@ -81,13 +81,13 @@ The following properties are supported for Amazon Redshift linked service:
8181
| Property | Description | Required |
8282
|:--- |:--- |:--- |
8383
| 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). |
8585
| server |IP address or host name of the Amazon Redshift server. |Yes |
8686
| port |The number of the TCP port that the Amazon Redshift server uses to listen for client connections. |No, default is 5439 |
8787
| database |Name of the Amazon Redshift database. |Yes |
8888
| username |Name of user who has access to the database. |Yes |
8989
| 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 |
9191

9292
**Example: version 2.0 (Preview)**
9393

@@ -294,15 +294,15 @@ Here are steps that help you upgrade the Amazon Redshift connector:
294294

295295
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).
296296

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).
298298

299299
## <a name="differences-between-amazon-redshift-connector-version-20-and-version-10"></a>Differences between Amazon Redshift connector version 2.0 (Preview) and version 1.0
300300

301301
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.
302302

303303
| Version 2.0 (Preview) | Version 1.0 |
304304
| :----------- | :------- |
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. |
306306
| 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|
307307

308308
## Related content

0 commit comments

Comments
 (0)