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

fix(ingestion): Handle Redshift string length limit in Serverless mode #10051

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

skrydal
Copy link
Collaborator

@skrydal skrydal commented Mar 14, 2024

According to https://stackoverflow.com/questions/72770890/redshift-result-size-exceeds-listagg-limit-on-svl-statementtext Redshift limits strings to be 64k in length. Since text field in SYS_QUERY_TEXT table can have at most 4k characters and then is split into chunks ordered by sequence we can allow at most 16 (16*4 = 64) chunks to be included.

@github-actions github-actions bot added ingestion PR or Issue related to the ingestion of metadata community-contribution PR or Issue raised by member(s) of DataHub Community datahub-community-champion PRs authored by DataHub Community Champions labels Mar 14, 2024
@treff7es treff7es merged commit 9aa099f into datahub-project:master Mar 19, 2024
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution PR or Issue raised by member(s) of DataHub Community datahub-community-champion PRs authored by DataHub Community Champions ingestion PR or Issue related to the ingestion of metadata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants