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

Fix pickle errors when using mismatched versions of Prefect and S3Result #5978

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

zanieb
Copy link
Contributor

@zanieb zanieb commented Jul 7, 2022

When pickling an S3Result with an old version of Prefect and unpickling with a new version, the new attribute will be missing.

See https://prefect-community.slack.com/archives/CL09KU1K7/p1657211370977639

Copy link
Collaborator

@chrisguidry chrisguidry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense!

@zanieb zanieb merged commit 639de8c into master Jul 8, 2022
@zanieb zanieb deleted the s3-result-pickle-fix branch July 8, 2022 14:42
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