Hello I am creating a simple job that takes data input from a Redshift column, splits one of the attributes on a delimiter, and saves in another table in the same database (and schema). While reading from the source tables and column splitting work fine, I am getting the following error where I try to save the output in a table: Exception in component tRedshiftOutput_1 org.postgresql.util.PSQLException: ERROR: relation "out_table" does not exist I am using the same connection repository as I used for tRedshiftInput, so that should not be the issue. Also, the table name is in lower case when created, and so is its reference in the job. Still can't figure out what could be the problem. It would be great if someone possibly could help in this regard. Thanks.
Hi
aamirabbas.nbs,
What does the query look like? Could you please check if quotes are missing in your select statement? Can you use it on your redshift management successfully without using Talend?
Best regards
Sabrina