Skip to content

Commit e94db05

Browse files
authored
Support access credentials name for vamana ingestion (#312)
This adds the kwargs argument used for other ingestors to vamana to support batch task graph credentials.
1 parent 6ff2a86 commit e94db05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apis/python/src/tiledb/vector_search/ingestion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2131,6 +2131,7 @@ def create_ingestion_dag(
21312131
name="ingest",
21322132
resources={"cpu": str(threads), "memory": "16Gi"},
21332133
image_name=DEFAULT_IMG_NAME,
2134+
**kwargs,
21342135
)
21352136
return d
21362137
elif index_type == "IVF_FLAT":

0 commit comments

Comments
 (0)