Skip to content

Commit 961da3e

Browse files
Merge pull request #302576 from Lucky-Wang16/0711-Update_Redshift_byod
Update Redshift BYOD info
2 parents e5c6eac + 82273ea commit 961da3e

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

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

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jianleishen
77
ms.subservice: data-movement
88
ms.custom: synapse
99
ms.topic: conceptual
10-
ms.date: 06/16/2025
10+
ms.date: 07/11/2025
1111
---
1212

1313
# 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:
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-
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.
3636

3737
The Amazon Redshift connector supports retrieving data from Redshift using query or built-in Redshift UNLOAD support.
3838

@@ -43,8 +43,19 @@ The connector supports the Windows versions in this [article](create-self-hosted
4343
4444
## Prerequisites
4545

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

4960
## Getting started
5061

@@ -291,7 +302,7 @@ To learn details about the properties, check [Lookup activity](control-flow-look
291302

292303
## <a name="differences-between-amazon-redshift-connector-version-20-and-version-10"></a> Amazon Redshift connector lifecycle and upgrade
293304

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:
295306

296307
| Version | Release stage | Change log |
297308
| :----------- | :------- | :------- |

articles/data-factory/guidance-for-byod-approach.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-data-factory
77
ms.subservice: data-movement
88
ms.topic: concept-article
99
ms.custom: references_regions
10-
ms.date: 05/29/2025
10+
ms.date: 07/11/2025
1111
---
1212

1313
# Guidance on using the Bring Your Own Driver (BYOD) approach
@@ -89,6 +89,7 @@ This article provides step-by-step guidance for using connectors with Bring Your
8989

9090
### Related connectors
9191

92+
- [Amazon Redshift (version 2.0 (Preview))](connector-amazon-redshift.md)
9293
- [Vertica (version 2.0)](connector-vertica.md)
9394

9495
## Related content

0 commit comments

Comments
 (0)