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

Using with AWS Redshift/Athena #168

Open
Bhushanb333 opened this issue Sep 8, 2021 · 1 comment
Open

Using with AWS Redshift/Athena #168

Bhushanb333 opened this issue Sep 8, 2021 · 1 comment

Comments

@Bhushanb333
Copy link

Hi There,
Didn't get much of documentation on this, how can I use it against Redshift DB through Query/Athena.

@EvgSkv
Copy link
Owner

EvgSkv commented Sep 8, 2021

Hello,
Redshift/Athena isn't supported at this moment.
Fully supported Engines as of September 2021 are

  • BigQuery,
  • Trino,
  • SQLite,

"Fully supported" means that basic syntax, including lists and records works. Some functions should be accessed via SqlExpr function.

Partially supported are

  • PostgreSQL
  • PrestoDB
    Both lack record support, as their SQL dialect makes it a bit hard to implement it.

Contributions to support Athena and other engines are welcome!

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

No branches or pull requests

2 participants