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
@@ -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 |
84
+
| version | The version that you specify. | Yes for version 2.0. |
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. 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 |
91
91
92
92
**Example: version 2.0 (Preview)**
93
93
@@ -294,6 +294,8 @@ 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).
298
+
297
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
298
300
299
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.
0 commit comments