Skip to content

Commit a9890b9

Browse files
author
Diego Ardila
committed
change warning copy
1 parent 846d021 commit a9890b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nucleus/dataset.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,10 @@ def append(
216216

217217
if len(dataset_items) > WARN_FOR_LARGE_UPLOAD and not asynchronous:
218218
print(
219-
"WARNING: for large uploads we recommend uploading your images remotely to a cloud storage provider and then using asynchronous=True."
219+
"Tip: for large uploads, get faster performance by importing your data "
220+
"into Nucleus directly from a cloud storage provider. See "
221+
"https://dashboard.scale.com/nucleus/docs/api?language=python#guide-for-large-ingestions"
222+
" for details."
220223
)
221224

222225
if asynchronous:

0 commit comments

Comments
 (0)