Hello Experts,
I have a simple data flow with a sql transform(source has millions of records) and 2 query transforms. My target DB is Amazon Redshift. When i run my job in Debug mode i can see that the data transfers correctly through all the transformations(no issue of data type conversion) but it does not do any insert. The row count on target table shows 1 and then the DF simply hangs. The same happens when running job in normal mode as well.
I have checked the Redshift db and there seems to be no locking on the target table. I am manually able to insert records into the table. I am using the DataDirect ODBC driver to connect to Redshift. I am completely confused on what is the issue.
Can anyone please let me know for possible solutions? I have tried increasing the DOP and number of loaders but this does not help. I am on DS 4.1.1
Thanks,
Ankit
Message was edited by: Ankit Sharma