Skip to content

Commit

Permalink
[trivial] Add a developer-context comment (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl authored Jun 10, 2024
1 parent 71330b0 commit 7f164bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tiledb/cloud/soma/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ def run_ingest_workflow_udf(
on the client.
"""

# For more information on "that does not work correctly on the client" please see
# https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/512

logger = get_logger_wrapper(level=logging_level)
logger.debug("ENUMERATOR ENTER")
logger.debug("ENUMERATOR INPUT_URI %s", input_uri)
Expand Down

0 comments on commit 7f164bf

Please sign in to comment.