Skip to content
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

[Unticketed] Fix scenario where opp attachment is null #3578

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

chouinar
Copy link
Collaborator

Summary

Time to review: 3 mins

Changes proposed

Handle case (by erroring) if an opportunity attachment is null from legacy data

Context for reviewers

Note that by erroring like this, processing on other attachments will continue.

Hit this issue when testing in dev, forgot that the file_lob column that contains the opportunity attachments from the legacy data is a nullable field. Easy enough fix to throw a value error so processing continues and we skip that record.

@chouinar chouinar merged commit f717ce2 into main Jan 21, 2025
2 checks passed
@chouinar chouinar deleted the chouinar/fix-null-attachment branch January 21, 2025 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants