AWS Athena Connector (Beta) available now

Folks,

I cooked up AWS Athena Connector for Dremio ( Beta). I was able to browse the tables, query data and join with other databases.

Very limited testing has happend.

Big thanks to Dremio-Snowflake connector as they have done extensive work on Yaml ( key to push down queries to the engine) and i have just cloned it :smile:

Let me know it works for you guys.

3 Likes

Hi, Iโ€™m new to the community. Did the Athena Connector become generally available (GA)? I cannot find anything other than your post. Any guidance is greatly appreciated.

@lennyisaacs Currently Athena is not a GA connector

Since Athena queries S3 you can use Dremioโ€™s S3 connector or Glue connector. An Athena connector will not be as performant as S3 or Glue since those two connectors will directly scan the files on S3 in parallel whereas the Athena connector just makes a JDBC connection.