Skip to content

Instantly share code, notes, and snippets.

View bakiun's full-sized avatar
🤚
Hello Wolrd

bakiun

🤚
Hello Wolrd
View GitHub Profile
@bakiun
bakiun / query_athena.py
Created February 4, 2022 16:05 — 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