forked from bellwether/minerva
updated readme with important information
This commit is contained in:
parent
1bc6c06290
commit
8c498ba5dd
1 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,10 @@ will wait here (checking with AWS every 5 seconds) until the results are ready.
|
||||||
Then, the results are downloaded to `/tmp/` and lazily interpreted as parquet
|
Then, the results are downloaded to `/tmp/` and lazily interpreted as parquet
|
||||||
files in the form of a `pyarrow.dataset.dataset`.
|
files in the form of a `pyarrow.dataset.dataset`.
|
||||||
|
|
||||||
|
**DO NOT END YOUR STATEMENTS WITH A SEMICOLON**
|
||||||
|
|
||||||
|
**ONLY ONE STATEMENT PER QUERY ALLOWED**
|
||||||
|
|
||||||
# Returning Scalar Values
|
# Returning Scalar Values
|
||||||
In SQL, scalar values get assigned an anonymous column -- Athena doesn't like
|
In SQL, scalar values get assigned an anonymous column -- Athena doesn't like
|
||||||
that. Thus, you have to assign the column a name.
|
that. Thus, you have to assign the column a name.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue