-
Notifications
You must be signed in to change notification settings - Fork 16
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
3321/load attachment #3467
3321/load attachment #3467
Conversation
… 3321/load-attachment
… 3321/load-attachment
… 3321/load-attachment
… 3321/load-attachment
… 3321/load-attachment
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.
There's a lot going on here that refactored existing components that shouldn't have been touched
api/tests/src/api/opportunities_v1/test_opportunity_route_get.py
Outdated
Show resolved
Hide resolved
api/tests/src/search/backend/test_load_opportunities_to_index.py
Outdated
Show resolved
Hide resolved
api/tests/src/search/backend/test_load_opportunities_to_index.py
Outdated
Show resolved
Hide resolved
api/openapi.generated.yml
Outdated
@@ -2092,7 +2092,7 @@ components: | |||
format: uuid | |||
description: The ID of the saved search | |||
example: !!python/object:uuid.UUID | |||
int: 82637552140693101888240202082641616217 | |||
int: 223701124228644688372276000513924728179 |
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.
I'll have a fix for this shortly so it stops popping up on PRs
api/tests/src/search/backend/test_load_opportunities_to_index.py
Outdated
Show resolved
Hide resolved
…-grants-gov into 3321/load-attachment
…-grants-gov into 3321/load-attachment
Summary
Fixes #{3321}
Time to review: 10 mins
Changes proposed
Add
ENABLE_OPPORTUNITY_ATTACHMENT_PIPELINE
feature flagUse multi-attachment pipeline to bulk update opportunities into openSearch
Add/Update tests: Check attachment data was encoded
Ensure attachments are indexed properly
Context for reviewers
Additional information