forked from bellwether/minerva
dropped pycache files, renaming others
This commit is contained in:
parent
8765e3c428
commit
386cafe0dd
11 changed files with 184 additions and 68 deletions
4
test.py
4
test.py
|
|
@ -1,9 +1,9 @@
|
|||
import minerva.minerva as a
|
||||
import minerva
|
||||
import pprint
|
||||
|
||||
pp = pprint.PrettyPrinter(indent=4)
|
||||
|
||||
athena = a.Athena("hay", "s3://haystac-pmo-athena/")
|
||||
athena = Athena("hay", "s3://haystac-pmo-athena/")
|
||||
#query = athena.query(
|
||||
#"""SELECT *
|
||||
#FROM trajectories.kitware
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue