Skip to content

Feat/add redshift connection#117

Merged
Bl3f merged 3 commits intomainfrom
feat/add_redshift_connection
Feb 9, 2026
Merged

Feat/add redshift connection#117
Bl3f merged 3 commits intomainfrom
feat/add_redshift_connection

Conversation

@MatLBS
Copy link
Copy Markdown
Contributor

@MatLBS MatLBS commented Feb 3, 2026

closes #112

Implented redshift connection :

  • With basic username / password and ssl default to require
  • Implemented ssh tunnel

@SIMOUNIX
Copy link
Copy Markdown
Contributor

SIMOUNIX commented Feb 4, 2026

Hi, I am actually quite confused with the final connection being ibis.postgres! This is not related to Amazon Redshift at all no?

Looking in aws doc a little I found this: https://pypi.org/project/redshift-connector/ which should not be hard to use with your current implementation.

Tell me if I am totally missing something here

@MatLBS
Copy link
Copy Markdown
Contributor Author

MatLBS commented Feb 5, 2026

Hi, good question,

I wanted to use ibis to connect to Redshift, but there is no specific API for redshift.

I read that you can use the PostgreSQL pattern since Redshift is PostgreSQL-compatible.

That is why I used it

@claude
Copy link
Copy Markdown

claude Bot commented Feb 9, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

Copy link
Copy Markdown
Contributor

@Bl3f Bl3f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Bl3f Bl3f merged commit 74ceb75 into main Feb 9, 2026
5 checks passed
@Bl3f Bl3f deleted the feat/add_redshift_connection branch February 9, 2026 09:23
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.

Integration with Redshift

3 participants