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

Redshift Support #580

Open
jvice opened this issue Jul 1, 2021 · 3 comments
Open

Redshift Support #580

jvice opened this issue Jul 1, 2021 · 3 comments

Comments

@jvice
Copy link

jvice commented Jul 1, 2021

Does sqitch currently have support for Redshift? If not, are there future plans to add support?

@theory
Copy link
Collaborator

theory commented Jul 2, 2021

Not explicitly. Have you tried it? The Postgres engine might work.

@theory theory added the engine label Jul 2, 2021
@theory theory added the waiting Waiting on feedback label Aug 29, 2021
@halilduygulu
Copy link

@theory I recently tried postgre engine with redshift. One of first sqls it tried and failed is using array_agg function which does not exist on redshift.

ERROR:  syntax error at or near "array_agg"
LINE 13:         , ARRAY(SELECT * FROM UNNEST( array_agg(t.tag) ...

@theory
Copy link
Collaborator

theory commented Apr 20, 2022

Ah, so Sqitch does not currently support RedShift. Some initial work was done in #300, but it would need to be updated and a method for testing it added. Happy to get a contribution like that!

@theory theory removed the waiting Waiting on feedback label Apr 20, 2022
@theory theory added the feature label May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants