We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddcf65 commit f7805bcCopy full SHA for f7805bc
labelbox/schema/dataset.py
@@ -344,7 +344,7 @@ def convert_item(item):
344
345
# TODO: If any datarows contain metadata, we're limiting max # of datarows
346
# until we address performance issues with datarow create with metadata
347
- max_datarow_with_metadata = 2
+ max_datarow_with_metadata = 30_000
348
if (len(items) > max_datarow_with_metadata):
349
for row in items:
350
if 'metadata_fields' in row:
0 commit comments