Enhancement: Support for Amazon Redshift
falnyr opened this issue · 1 comments
falnyr commented
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:
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.
falnyr commented
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.