Skip to content

fix(redshift): support serverless URLs and fix DELETE alias in merge#765

Merged
flarco merged 1 commit into
slingdata-io:v1.5.21from
jerguslejko:jergus/redshift-serverless
Jul 3, 2026
Merged

fix(redshift): support serverless URLs and fix DELETE alias in merge#765
flarco merged 1 commit into
slingdata-io:v1.5.21from
jerguslejko:jergus/redshift-serverless

Conversation

@jerguslejko

@jerguslejko jerguslejko commented Jun 22, 2026

Copy link
Copy Markdown

What

  • Extend connection URL detection to cover Redshift Serverless (redshift-serverless.amazonaws.com in addition to redshift.amazonaws.com)
  • Fix merge_delete_insert strategy: Redshift does not support table aliases in DELETE FROM (AWS docs), so rewrite to use DELETE FROM ... USING syntax

Testing

Tested against a Redshift Serverless cluster with a delete+insert merge strategy.

@flarco flarco changed the base branch from main to v1.5.21 July 3, 2026 17:55
@flarco

flarco commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

Thanks @jerguslejko

@flarco flarco merged commit a34b619 into slingdata-io:v1.5.21 Jul 3, 2026
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

Successfully merging this pull request may close these issues.

2 participants