added helpers for local files, loading templates, and an example for canceling queries

This commit is contained in:
Ari Brown 2024-01-25 11:10:50 -05:00
parent 5bd2218612
commit ae3173b510
6 changed files with 29 additions and 19 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "minerva"
version = "0.7.0"
version = "0.7.1"
description = "Easier access to AWS Athena and Redshift"
authors = [
"Ari Brown <ari@airintech.com>",
@ -22,3 +22,4 @@ pyarrow = "^14.0.1"
joblib = "^1.1.0"
fabric = "^3.0.0"
s3fs = "2023.6.0"
mako = ">1.2.0"