Skip to content

Commit a8c1916

Browse files
authored
Change 'root' fields to empty strings in datasets.json
Updated the 'root' field for multiple dataset entries to an empty string.
1 parent bb3ece5 commit a8c1916

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/ibc_api/data/datasets.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"version": 2,
4545
"db_file": "preprocessed_v2.csv",
4646
"id": "44214176-0e8c-48de-8cff-4b6f9593415d",
47-
"root": "PreprocessedData_v2.0"
47+
"root": ""
4848
}
4949
],
5050
"raw": [
@@ -58,7 +58,7 @@
5858
"version": 2,
5959
"db_file": "raw_v2.csv",
6060
"id": "a1c940cc-4777-417e-9326-dd6584d6c71f",
61-
"root": "v2.0"
61+
"root": "sourcedata"
6262
},
6363
{
6464
"version": 3,
@@ -70,13 +70,13 @@
7070
"version": 4,
7171
"db_file": "raw_v4.csv",
7272
"id": "462d8b9c-1c02-442c-9b95-2241f46ee586",
73-
"root": "v4.0"
73+
"root": ""
7474
},
7575
{
7676
"version": 5,
7777
"db_file": "raw_v5.csv",
7878
"id": "d42946b9-cb42-4d1c-a7aa-2d29b11f9f19",
79-
"root": "v5.0"
79+
"root": ""
8080
}
8181
]
82-
}
82+
}

0 commit comments

Comments
 (0)