From 99e67c2840d4a3382c1912d82ce539ba1f35c4ed Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sun, 26 Sep 2021 23:28:12 +0100 Subject: [PATCH] updating download_data script with new bucket --- download_data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download_data.sh b/download_data.sh index eb647da..d179f9b 100755 --- a/download_data.sh +++ b/download_data.sh @@ -1,5 +1,5 @@ # Full data set -# wget https://storage.googleapis.com/street-group-technical-test-dmot/input/pp-complete.csv -P data/input +# wget https://storage.googleapis.com/street-group-technical-test-dmot-euw1/input/pp-complete.csv -P data/input # Monthly update data set -wget https://storage.googleapis.com/street-group-technical-test-dmot/input/pp-monthly-update-new-version.csv -P data/input +wget https://storage.googleapis.com/street-group-technical-test-dmot-euw1/input/pp-monthly-update-new-version.csv -P data/input