john-jac commented on code in PR #66545:
URL: https://github.com/apache/airflow/pull/66545#discussion_r3204343362
##########
providers/amazon/tests/system/amazon/aws/example_s3_vectors.py:
##########
@@ -68,6 +69,15 @@
)
# [END howto_operator_s3vectors_create_index]
+ # [START howto_operator_s3vectors_put_vectors]
+ put_vectors = S3VectorsPutVectorsOperator(
Review Comment:
The vector bucket requires all indexes to be deleted first (per the API
docs: "All vector indexes in the vector bucket must be deleted before the
vector bucket can be deleted"). The system test already has delete_index before
delete_vector_bucket in the chain. Individual vectors don't need explicit
deletion — they're removed when the index is deleted.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]