Hello everyone,
I am using pipelinewise/target-redshift, I have observed that '\' is missing in redshift (i.e. '\n' is capture as 'n', '\t' is captured as 't', '\r\n' is captured as 'rn' etc.) as it's the default
escape character. Can someone please help?