Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Credentials used in AWS COPY query inside tRedShiftRow wrapping.

 I m using COPY command in tRedShiftRow component to load staging table form S3. In Copy query the last 2 char of the credentials are getting to next like which is making the query to fail.
Example if the credentials  is (104 char)  'aws_access_key_id=Aasdddf122345w66yuuQ;aws_secret_access_key=5sdfghjjkv6555555swer+rtwtyu+uuwurttgX21' 
than the " 21’  " comes to next line
  Please suggest 
Labels (3)
1 Reply
_AnonymousUser
Specialist III
Specialist III
Author

For me it looks like a bug in tRedshiftRow component the char wrapping happens after 101 char.