Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Support Redshift Destinations #3

Open
1 of 4 tasks
fivetran-joemarkiewicz opened this issue Oct 21, 2024 · 0 comments
Open
1 of 4 tasks

[Feature] Support Redshift Destinations #3

fivetran-joemarkiewicz opened this issue Oct 21, 2024 · 0 comments

Comments

@fivetran-joemarkiewicz
Copy link
Collaborator

Is there an existing feature request for this?

  • I have searched the existing issues

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?

  • Yes.
  • Yes, but I will need assistance.
  • No.

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant