forked from bellwether/minerva
added helpers for local files, loading templates, and an example for canceling queries
This commit is contained in:
parent
5bd2218612
commit
ae3173b510
6 changed files with 29 additions and 19 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue