File Upload FAQ
Frequently Asked Questions About UI Drag & Drop in Arize
Validating your Upload
Before uploading your file, the job will be validated to test for any schema or file errors. The validation:
scans a subset of records within the file and determines whether that subset can be successfully imported
if the subset of records cannot be imported, the resulting error will be surfaced and the dry run can be repeated
Avro file with
list_of_string
feature validation will includearray<string>
:
parquet file with
list_of_string
feature validation will includelist<item:utf8, nullable>
:
Debugging
After a job for your file has been started, details about the model, file name, the rows processed and any potential errors and the locations of those errors will be presented in the details pane.
Last updated