Skip to content

Commit e68390f

Browse files
committed
Lift the limit of query_datasets
1 parent 16bb379 commit e68390f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/move_embargo_args.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def transfer_dataset_type(dataset_type, collections, where, bind, is_raw):
430430
dataset_refs = list(
431431
# ok to have empty results because this is used with batching.
432432
source_butler.query_datasets(
433-
dataset_type, collections, where=where, bind=bind, explain=False
433+
dataset_type, collections, where=where, bind=bind, explain=False, limit=None
434434
)
435435
)
436436
for dsr_batch in _batched(dataset_refs, 1000):

0 commit comments

Comments
 (0)