forked from bellwether/minerva
tidying up examples and readme
This commit is contained in:
parent
819bf7abf3
commit
e3c11fb1aa
5 changed files with 138 additions and 66 deletions
|
|
@ -132,6 +132,7 @@ class Execute:
|
|||
class Query(Execute):
|
||||
|
||||
# Automatically includes unloading the results to Parquet format
|
||||
# TODO use the query ID instead of a random number
|
||||
def query(self):
|
||||
out = os.path.join(self.athena.output,
|
||||
"results",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue