`file_hash` is required for `InputDataset` even when `source` is local
Closed this issue · 0 comments
dafyddstephenson commented
InputDataset.file_hash
should be optional and default to None
. InputDataset.get()
should then throw an error if file_hash
is not provided in the case that InputDataset.source.location_type
is "url".