From 8c498ba5dd69470eff7a7b70c9eae72adec98fdf Mon Sep 17 00:00:00 2001 From: Ari Brown Date: Thu, 27 Jul 2023 15:20:21 -0400 Subject: [PATCH] updated readme with important information --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d0f11d1..fba2a99 100644 --- a/README.md +++ b/README.md @@ -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 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 In SQL, scalar values get assigned an anonymous column -- Athena doesn't like that. Thus, you have to assign the column a name.