File ~\dev\redis-graph-poc\venv\lib\site-packages\redisgraph_bulk_loader\entity_file.py:11, in <module>
8 from enum import Enum
9 from exceptions import CSVError, SchemaError
---> 11 csv.field_size_limit(sys.maxsize) # Don't limit the size of user input fields.
14 class Type(Enum):
15 UNKNOWN = 0
OverflowError: Python int too large to convert to C long