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
I want to import a big CSV file (~1.5GB) but, at some point, it fails with the error: Invalid Input Error: Error in file "/data/dataset.csv" on line 483: Maximum line size of 2097152 bytes exceeded!
I am using Lilac from a Docker container and I try to load the dataset from the UI.
It seems to be a DuckDB related error to the CSV Reader and the parameter max_line_size.
I do not find a way to configure the CSV Reader from Lilac. Does anyone have a workaround?
The text was updated successfully, but these errors were encountered:
I want to import a big CSV file (~1.5GB) but, at some point, it fails with the error:
Invalid Input Error: Error in file "/data/dataset.csv" on line 483: Maximum line size of 2097152 bytes exceeded!
I am using Lilac from a Docker container and I try to load the dataset from the UI.
It seems to be a DuckDB related error to the CSV Reader and the parameter
max_line_size
.I do not find a way to configure the CSV Reader from Lilac. Does anyone have a workaround?
The text was updated successfully, but these errors were encountered: