You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Redshift destinations are not supported due to the strict character limitations within the string datatype. At the moment, this package requires heavy use of large string datatypes. Ultimately we chunk the strings so we have more manageable data. However, we experienced Redshift destinations continuously through errors before the chunking, making the package impossible on Redshift destinations. We could explore supporting this more rigorously by leveraging the SUPER datatype. However, we would like to gauge interest in if there is a desire for the community to have this support before developing this enhancement.
How would you implement this feature?
Most likely we would leverage the SUPER datatype to take advantage of the datatype which allows nearly unbounded limits.
Describe alternatives you've considered
No response
Are you interested in contributing this feature?
Yes.
Yes, but I will need assistance.
No.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
Describe the Feature
Currently Redshift destinations are not supported due to the strict character limitations within the string datatype. At the moment, this package requires heavy use of large string datatypes. Ultimately we chunk the strings so we have more manageable data. However, we experienced Redshift destinations continuously through errors before the chunking, making the package impossible on Redshift destinations. We could explore supporting this more rigorously by leveraging the SUPER datatype. However, we would like to gauge interest in if there is a desire for the community to have this support before developing this enhancement.
How would you implement this feature?
Most likely we would leverage the SUPER datatype to take advantage of the datatype which allows nearly unbounded limits.
Describe alternatives you've considered
No response
Are you interested in contributing this feature?
Anything else?
No response
The text was updated successfully, but these errors were encountered: