Skip to content

Instantly share code, notes, and snippets.

View mayankA47's full-sized avatar
💭
This is what I'm upto

mayankA47

💭
This is what I'm upto
  • New Delhi
View GitHub Profile
@sysboss
sysboss / query_athena.py
Created May 21, 2018 15:41
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