Add S3VectorsCreateVectorBucketOperator#65968
Merged
kaxil merged 1 commit intoapache:mainfrom Apr 28, 2026
Merged
Conversation
50fa4a8 to
44e71f0
Compare
kaxil
reviewed
Apr 27, 2026
44e71f0 to
52f0b3f
Compare
vincbeck
reviewed
Apr 27, 2026
cbc9c81 to
01bc7d0
Compare
- New operator to create S3 Vectors vector buckets - Idempotent: if_exists parameter (skip/fail) handles ConflictException - Uses AwsBaseOperator[AwsBaseHook] with prune_dict - Unit tests, system test with teardown, and docs included - provider.yaml and get_provider_info.py updated
01bc7d0 to
031259d
Compare
vincbeck
approved these changes
Apr 28, 2026
This was referenced Apr 28, 2026
79 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add a new operator for Amazon S3 Vectors to create vector buckets.
S3 Vectors provides native vector storage in Amazon S3 for AI/ML applications, enabling similarity search queries at scale.
How
S3VectorsCreateVectorBucketOperatorusingAwsBaseOperator[AwsBaseHook]pattern (no custom hook)encryption_configuration(SSE-S3/SSE-KMS) andtagsparametersFiles
operators/s3vectors.py— operator implementationtest_s3vectors.py— unit tests (3 tests)example_s3vectors.py— system tests3vectors/s3vectors.rst— docs with exampleprovider.yaml+get_provider_info.py— integration + operator entriesdocs/operators/index.rst— toctree entryTesting