Skip to content

Instantly share code, notes, and snippets.

View williambarretolopes's full-sized avatar
🏠
Working from home

William Chaves Barreto Lopes williambarretolopes

🏠
Working from home
View GitHub Profile
@williambarretolopes
williambarretolopes / query_athena.py
Created September 10, 2019 03:29 — forked from sysboss/query_athena.py
SQL Query Amazon Athena using Python
#!/usr/bin/env python3
#
# Query AWS Athena using SQL
# Copyright (c) Alexey Baikov <sysboss[at]mail.ru>
#
# This snippet is a basic example to query Athen and load the results
# to a variable.
#
# Requirements:
# > pip3 install boto3 botocore retrying