I'm importing a text dataset to Google Vertex AI and got the following error:
Hello Vertex AI Customer,
Due to an error, Vertex AI was unable to import data into
dataset [dataset_name].
Additional Details:
Operation State: Failed with errors
Resource Name: [resoure_link]
Error Messages: There are too many rows in the jsonl/csv file. Currently we
only support 1000000 lines. Please cut your files to smaller size and run
multiple import data pipelines to import.
I checked my dataset which I generated from pandas and the actual CSV file, it only have 600k lines.
Anyone got similar errors?