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
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: jianleishen
7
7
ms.subservice: data-movement
8
8
ms.custom: synapse
9
9
ms.topic: conceptual
10
-
ms.date: 06/16/2025
10
+
ms.date: 07/11/2025
11
11
---
12
12
13
13
# Copy data from Amazon Redshift using Azure Data Factory or Synapse Analytics
@@ -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
-
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, the service provides a built-in driver to enable connectivity, therefore you don't need to manually install any driver.
35
+
For version 2.0 (Preview), you need to [install the Amazon Redshift ODBC driver](#install-amazon-redshift-odbc-driver-for-the-version-20) manually. For version 1.0, the service provides a built-in driver to enable connectivity, therefore you don't need to manually install any driver.
36
36
37
37
The Amazon Redshift connector supports retrieving data from Redshift using query or built-in Redshift UNLOAD support.
38
38
@@ -43,8 +43,19 @@ The connector supports the Windows versions in this [article](create-self-hosted
43
43
44
44
## Prerequisites
45
45
46
-
* 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.
47
-
* 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
+
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. For version 2.0, your self-hosted integration runtime version should be 5.54.0.0 or above.
47
+
48
+
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.
49
+
50
+
### For version 1.0
51
+
52
+
If your data store is a managed cloud data service, you can use the Azure Integration Runtime. If the access is restricted to IPs that are approved in the firewall rules, you can add [Azure Integration Runtime IPs](azure-integration-runtime-ip-addresses.md) to the allowlist.
53
+
54
+
You can also use the [managed virtual network integration runtime](tutorial-managed-virtual-network-on-premise-sql-server.md) feature in Azure Data Factory to access the on-premises network without installing and configuring a self-hosted integration runtime.
55
+
56
+
### Install Amazon Redshift ODBC driver for the version 2.0
57
+
58
+
To use Amazon Redshift connector with version 2.0, [install the Amazon Redshift ODBC driver](https://docs.aws.amazon.com/redshift/latest/mgmt/odbc20-install-win.html) on the machine running the self-hosted Integration runtime.
48
59
49
60
## Getting started
50
61
@@ -291,7 +302,7 @@ To learn details about the properties, check [Lookup activity](control-flow-look
291
302
292
303
## <aname="differences-between-amazon-redshift-connector-version-20-and-version-10"></a> Amazon Redshift connector lifecycle and upgrade
293
304
294
-
The following table shows the release stage and change logs for different versions of the Impala connector:
305
+
The following table shows the release stage and change logs for different versions of the Amazon Redshift connector:
0 commit comments