This guide explains how to create a data federation between Amazon Redshift and **SAP Datasphere ** using SAP Smart Data Integration (SDI) with the Camel JDBC Adapter.
- An active Amazon Redshift instance with external access enabled.
- A running SAP Datasphere tenant.
- SAP Smart Data Integration (SDI) DP Agent installed on a supported system.
The integration relies on:
- SAP Datasphere's On-Premise Agent
- DP Agent with Camel JDBC Adapter
- JDBC driver for Amazon Redshift
- In SAP Datasphere, navigate to: System → Configuration → Data Integration → On-Premise Agents
- Create a new On-Premise Agent.
- Note down the connection information — it will be used during DP Agent configuration.

- From your Redshift instance dashboard in AWS, copy the JDBC URL.
-
Download the latest Redshift JDBC driver from: AWS Redshift JDBC Drivers
-
Place the downloaded
.jarfile in: <DP_AGENT_INSTALL_DIR>\camel\lib
- Run the DP Agent Configuration Tool.
- Select:
- Option 6: SAP HANA Connection
- Then Option 2: Connection to SAP Datasphere via JDBC
-
Go to: Administration → Data Integration → On-Premise Agents
-
Locate your agent and click into it.
-
Enable and register
CamelJdbcAdapter.
-
Go to: Administration → Data Integration → Third-Party Drivers
-
Upload the Amazon Redshift ODBC/JDBC driver if not already uploaded.

- Navigate to: Space Management → → Connections → Local Connections
- Create a new Local Connection for Amazon Redshift using the JDBC URL and credentials.

- Use the connection you just created to browse available Redshift schemas and tables.
- Select and import the remote tables.
- These remote tables can now be:
- Used in SQL views
- Combined in analytical datasets
- Queried directly with pushdown processing to Redshift

SAP SDI DP Agent handles query pushdown and returns results seamlessly to SAP Datasphere.
This setup enables live federated queries from SAP Datasphere to Amazon Redshift without replicating the data. Benefits include:
- Real-time access to Redshift data
- Pushdown queries for performance optimization
- No data duplication in SAP Datasphere
For support, contact: ci_sce@sap.com




