Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have to implement SCD2 logic(Insert/update) in my TOS code using SCD2 components. My Target DB is Amazon Redshift. Can you please let me know which TOS component needs to be used here ?Will tMysqlSCD or tOracleSCD work ?
All inputs on above query. How do I implement SCD2 in Redshift Database?
@sushantk19 , I do not think that we have Redshift SCD component in Talend, you can not use MysqlSCD or tOracleSCD for Redshift Database.
Hi,
try to use JDBC component for that.
You can configure the jdbc url for your Redshift connection.
Don't forget to give Kudos
Presently, I am trying without SCD component. But facing the below issue.Its not even Inserting data in my Target table. Please see the screenshots attached. I already have 2 country ids in my target. Source has 253 unique country ids, so as per the Insert update logic it should insert 251 and update 2 records.
I have never created job like this so can't share the job design now.
The JDBC URL will look like this :
jdbc:redshift://<endpoint>:<port>/<database>
You can also go through this link to create connection to the JDBCSCD component
https://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html