Skip to content

Commit

Permalink
Document verbose arg
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwolen committed Jul 10, 2024
1 parent f6463ab commit cf8a505
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tiledb/cloud/soma/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ def build_collection_mapper_workflow_graph(
Example: ``resources={"cpu": "2", "memory": "8Gi"}``.
:param access_credentials_name: Only valid when ``use_batch_mode`` is True.
Other:
:param verbose: If True, enable verbose logging. Default: False.
Return value:
A ``DAG`` object. If you've named this ``dag``, you'll need to call
``dag.compute()``, ``dag.wait()``, and ``dag.end_results()``.
Expand Down

0 comments on commit cf8a505

Please sign in to comment.