You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The get_available_demos reads datasets from the public S3 bucket and uses meta information to read and fill out the num_tables and size_MB. If this information isn't found, the entire get_available_demos crashes.
Proposed Fix
Instead of crashing the entire function, the row that describes the dataset should include NaN for the num_tables and size_MB columns.
dataset_name
size_MB
num_tables
KRK_v1
0.07
1
adult
3.90
NaN
alarm
NaN
NaN
The text was updated successfully, but these errors were encountered:
Environment Details
Error Description
The
get_available_demos
reads datasets from the public S3 bucket and uses meta information to read and fill out thenum_tables
andsize_MB
. If this information isn't found, the entireget_available_demos
crashes.Proposed Fix
Instead of crashing the entire function, the row that describes the dataset should include
NaN
for thenum_tables
andsize_MB
columns.The text was updated successfully, but these errors were encountered: