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

[WIP] Replace dill with cloudpickle for serialization #32587

Closed
wants to merge 3 commits into from
Closed

[WIP] Replace dill with cloudpickle for serialization #32587

wants to merge 3 commits into from

Conversation

sumeshpremraj
Copy link
Contributor

This change affects PythonVirtualenvOperator and ExternalPythonOperator

closes: #7870

@sumeshpremraj
Copy link
Contributor Author

sumeshpremraj commented Jul 13, 2023

This is a WIP PR. I may have missed some functions/tests, I will read through the code and verify before marking this ready for review.
Tests ran successfully on local env (breeze).

@sumeshpremraj sumeshpremraj changed the title Replace dill with cloudpickle for serialization [WIP] Replace dill with cloudpickle for serialization Jul 14, 2023
@uranusjr
Copy link
Member

As mentioned in the original issue, it would be a good idea to make cloudpickle an optional dependency (and dill as well)

@sumeshpremraj
Copy link
Contributor Author

I have not been able to fix this, so I am closing this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

migrate from dill to cloudpickle for advanced serialization
2 participants