-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ingest/s3): support path_specs of different S3 buckets in the same recipe #7514
feat(ingest/s3): support path_specs of different S3 buckets in the same recipe #7514
Conversation
Wondering if the failures in the metadata-ingestion 3.7 and 3.10 steps are because of the changes made here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Apart from mocked integration tests, have you tested this with actual s3 buckets - using different s3 buckets in same recipe ?
I did try this with the existing behaviour and it didn't support multiple S3 buckets in the same recipe but after removing the check for it, I think it should work just fine. Could you re-approve this PR, please? This is out of date with |
Description
This PR:
Checklist