athenaSQL
athenaSQL is Athena SQL query builder, inspired by sparkSQL. It borrow some sparkSQL’s concept sparkSQL.
It was initially designed to eliminate the need for hard-coding SQL queries as strings within Python scripts and as an alternative to any bespoke SQL query templating. However, it offers the flexibility to be used in various ways as needed.
Installing athenaSQL
Usage
Using athenaSQL is stright forward. First we create a table abstraction class then building a query is just calling chain methods on top of it.