From 78903347ebc96c082a9240c5c39c19ab51f12479 Mon Sep 17 00:00:00 2001 From: Simon Prickett Date: Thu, 9 Jan 2025 16:23:02 +0000 Subject: [PATCH] Replaced old references to cratedb-datasets repo with new CrateDB URLs. We can't trust GitHub for access to LFS files directly when running `COPY FROM` statements, so this changes the URLs to point to their replacements. --- doc/io/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/io/index.md b/doc/io/index.md index 5ccfb3f7..6e030353 100644 --- a/doc/io/index.md +++ b/doc/io/index.md @@ -66,9 +66,9 @@ export CRATEDB_PASSWORD='3$MJ5fALP8bNOYCYBMLOrzd&' ### Usage Load data into database table. ```shell -ctk load table 'https://github.com/crate/cratedb-datasets/raw/main/cloud-tutorials/data_weather.csv.gz' +ctk load table 'https://cdn.crate.io/downloads/datasets/cratedb-datasets/cloud-tutorials/data_weather.csv.gz' ctk load table 'https://github.com/crate/cratedb-datasets/raw/main/cloud-tutorials/data_marketing.json.gz' -ctk load table 'https://github.com/crate/cratedb-datasets/raw/main/timeseries/yc.2019.07-tiny.parquet.gz' +ctk load table 'https://cdn.crate.io/downloads/datasets/cratedb-datasets/timeseries/yc.2019.07-tiny.parquet.gz' ``` Query and aggregate data using SQL.