From 165ab02e889be723623709fc6e2c29baabd95eb6 Mon Sep 17 00:00:00 2001 From: Roberto Sora Date: Wed, 22 Sep 2021 18:22:52 +0200 Subject: [PATCH] Update fetch_athena_stats.sh This PR will replace the download data query for gather CLI downloads data PLEASE NOTE: I'll proceed also to replace the `AWS_ATHENA_SOURCE_TABLE` secret with a new table name --- .github/tools/fetch_athena_stats.sh | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/tools/fetch_athena_stats.sh b/.github/tools/fetch_athena_stats.sh index efb11a63cd0..b7010a8235b 100755 --- a/.github/tools/fetch_athena_stats.sh +++ b/.github/tools/fetch_athena_stats.sh @@ -15,15 +15,14 @@ set -euo pipefail ! read -r -d '' query <