From 9118b89c8384ab22cf96bacc913ec20d1bc818d3 Mon Sep 17 00:00:00 2001 From: Dmitrij Vladimirov <47441164+Frisle@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:52:04 +0500 Subject: [PATCH] REFACTOR: replaced link to old .csv to new one The previous comes from https://github.com/google/dspl/tree/master/samples/google/canonical The new one is from the repo itself --- iris.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iris.script b/iris.script index 43296ee..5b0b75b 100755 --- a/iris.script +++ b/iris.script @@ -5,7 +5,7 @@ zn "USER" ; zpm "install csvgen" - ; d ##class(community.csvgen).GenerateFromURL("https://raw.githubusercontent.com/google/dspl/master/samples/google/canonical/countries.csv",",","dc.data.Country") + ; d ##class(community.csvgen).GenerateFromURL("https://raw.githubusercontent.com/intersystems-community/iris-dataset-countries/refs/heads/master/data/countries.csv",",","dc.data.Country") zpm "load /opt/irisbuild/ -v":1:1 halt