forked from bellwether/minerva
significant improvement to the readme and verification that all the examples work
This commit is contained in:
parent
e3c11fb1aa
commit
5dccce53e9
9 changed files with 275 additions and 109 deletions
|
|
@ -1,11 +1,9 @@
|
|||
import minerva
|
||||
import pprint
|
||||
|
||||
pp = pprint.PrettyPrinter(indent=4)
|
||||
|
||||
m = minerva.Minerva("hay")
|
||||
m = minerva.Minerva("hay")
|
||||
athena = m.athena("s3://haystac-pmo-athena/")
|
||||
|
||||
# `execute()` does NOT provide any results and does NOT use `UNLOAD`
|
||||
query = athena.execute(
|
||||
"""
|
||||
create database if not exists test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue