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
8
test2.py
8
test2.py
|
|
@ -1,11 +1,11 @@
|
|||
import minerva.blueshift as b
|
||||
import minerva
|
||||
import pprint
|
||||
|
||||
pp = pprint.PrettyPrinter(indent=4)
|
||||
|
||||
red = b.Redshift("hay", "s3://haystac-pmo-athena/",
|
||||
db="dev",
|
||||
cluster="redshift-cluster-1")
|
||||
red = Redshift("hay", "s3://haystac-pmo-athena/",
|
||||
db="dev",
|
||||
cluster="redshift-cluster-1")
|
||||
query = red.query("select count(*) from myspectrum_schema.kitware")
|
||||
print(query)
|
||||
data = query.results()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue