Skip to content

Commit 30c40b6

Browse files
committed
Update version
1 parent c75de5c commit 30c40b6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ This Amazon Redshift connector is supported for the following capabilities:
2525

2626
| Supported capabilities|IR |
2727
|---------| --------|
28-
|[Copy activity](copy-activity-overview.md) (source/-)|① ②|
29-
|[Lookup activity](control-flow-lookup-activity.md)|① ②|
28+
|[Copy activity](copy-activity-overview.md) (source/-)|① (only for version 1.0) ②|
29+
|[Lookup activity](control-flow-lookup-activity.md)|① (only for version 1.0) ②|
3030

3131
*① Azure integration runtime ② Self-hosted integration runtime*
3232

@@ -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 |
84+
| version | The version that you specify. | Yes for version 2.0. |
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. 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, 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 |
9191

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

@@ -294,6 +294,8 @@ 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).
298+
297299
## <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
298300

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

0 commit comments

Comments
 (0)