sqitch
sqitch copied to clipboard
Redshift Support
Does sqitch currently have support for Redshift? If not, are there future plans to add support?
Not explicitly. Have you tried it? The Postgres engine might work.
@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) ...
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!