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
When uploading a new dataset, the client upload the files and than create a new dataset object and validate this new dataset.
If there is any issue with the newly created dataset, user will receive a validation error, after the files have been uploaded.
As a user, I would expect to receive the validation errors before any upload happens.
The text was updated successfully, but these errors were encountered:
Unfortunately, this only helps with Scitacean's validation. The server might still reject the dataset. Is there a way to ask if a dataset is valid without creating it in the database?
In the new backend, we added an endpoint that validate the data model, but does not create the entry.
Unfortunately, in the old backend there is not such functionality.
When uploading a new dataset, the client upload the files and than create a new dataset object and validate this new dataset.
If there is any issue with the newly created dataset, user will receive a validation error, after the files have been uploaded.
As a user, I would expect to receive the validation errors before any upload happens.
The text was updated successfully, but these errors were encountered: