openblocks-dev/openblocks

Enhancement: Support for Amazon Redshift

falnyr opened this issue · 1 comments

Amazon Redshift is a data warehouse solution provided by AWS. It has limited compatibility with Postgres, but actions like INSERT INTO ... RETURNING result in syntax errors:

1

The tools like Retool already support Redshift, it would be nice to have it available in Openblocks too.

If you can point me in the right direction, I'm happy to contribute.

This is related to the Postgres changes released in https://github.com/openblocks-dev/openblocks/releases/tag/v1.1.8. Running similar queries in 1.1.7 works fine.