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
To instantiate an InputDataset object whose source location is remote, a file_hash is required. With the internal testing, we observed people copying the input dataset instantiation cells from notebook 1 (where remote input datasets were used) and updating the location to a local path, without changing the file_hash attribute.
The file_hash attribute is not needed for local files (so there was no consequence), but if it is provided:
C-Star should check the file hash and raise an error if it is incorrect
The error should tell the user that they don't strictly need a file hash for a local file
The text was updated successfully, but these errors were encountered:
To instantiate an
InputDataset
object whose source location is remote, afile_hash
is required. With the internal testing, we observed people copying the input dataset instantiation cells from notebook 1 (where remote input datasets were used) and updating the location to a local path, without changing thefile_hash
attribute.The
file_hash
attribute is not needed for local files (so there was no consequence), but if it is provided:The text was updated successfully, but these errors were encountered: