Skip to content

Commit

Permalink
Fix plumbing of batch mode and resource args
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwolen committed Jul 10, 2024
1 parent cf8a505 commit 8ea78bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tiledb/cloud/soma/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def run_collection_mapper_workflow(
platform_config=platform_config,
task_graph_name=task_graph_name,
counts_only=counts_only,
use_batch_mode=use_batch_mode,
resource_class=resource_class,
resources=resources,
access_credentials_name=access_credentials_name,
verbose=verbose,
Expand Down

0 comments on commit 8ea78bc

Please sign in to comment.