Skip to content

Commit 9a0ab23

Browse files
authored
use PublicBI fork with R2 hosted dataset (#6640)
While CWI has been generous enough to host the PublicBI benchmark dataset on a web server for a few years now, in recent weeks it's been incredibly unstable. In the background, I've been running a little `wget -r -np -nH -R "index.html*" -c --retry-connrefused --waitretry=5 -t 0 --timeout=30 https://event.cwi.nl/da/PublicBIbenchmark/` job for a few days to save off a copy of the dataset that I've then pushed up to an R2 bucket in our Cloudflare account. I have a fork of PublicBI repo at https://github.com/vortex-data/public_bi_benchmark with all of the data URLs updated to point to the R2 bucket, this PR just changes our Public BI benchmark infra to use the fork instead of the upstream repo, which should bring in the updated R2 data URLs Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent 2c239bb commit 9a0ab23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-bench/scripts/fetch_public_bi_schemas_and_queries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [ -d ".git" ]; then
1818
git pull origin master
1919
else
2020
git init
21-
git remote add origin "https://github.com/cwida/public_bi_benchmark.git"
21+
git remote add origin "https://github.com/vortex-data/public_bi_benchmark.git"
2222
git config core.sparseCheckout true
2323
# checkout tables and queries under the benchmark folder only
2424
cat > .git/info/sparse-checkout << EOF

0 commit comments

Comments
 (0)