Skip to content

Commit

Permalink
Set access_credentials_name for registration (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies authored and spencerseale committed Dec 17, 2024
1 parent ce70960 commit 4069737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tiledb/cloud/soma/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def run_ingest_workflow_udf(
register_name=register_name,
config=extra_tiledb_config,
verbose=logging_level == logging.DEBUG,
access_credentials_name=carry_along.get("access_credentials_name", acn),
acn=acn,
)
register_soma.depends_on(collector)
Expand Down

0 comments on commit 4069737

Please sign in to comment.