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
We are getting errors for some HuggingFace Datasets in the connector src/connectors/huggingface/huggingface_dataset_connector.py. As a result the datasets are not added to the database.
Some specific identified issues:
issue in creation of distributions, where content_size_kb is exceeding the integer limit
issue in creation of distributions, where content_url is exceeding field_length.NORMAL (set to 256)
duplicate dataset tags/keywords due to omitting special accented characters, e.g. málrómur and malromur
The text was updated successfully, but these errors were encountered:
We are getting errors for some HuggingFace Datasets in the connector
src/connectors/huggingface/huggingface_dataset_connector.py
. As a result the datasets are not added to the database.Some specific identified issues:
distributions
, wherecontent_size_kb
is exceeding the integer limitdistributions
, wherecontent_url
is exceedingfield_length.NORMAL
(set to 256)The text was updated successfully, but these errors were encountered: