fivetran / fivetran/dbt_unified_rag

[Feature] Support Redshift Destinations

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
6
Forks
7
PR merge metrics
No merged PRs in 30d

Description

### Is there an existing feature request for this?

- [X] 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_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.