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 kubernetes task decorator pickle error #31110

Merged
merged 1 commit into from
May 8, 2023

Conversation

JCoder01
Copy link
Contributor

@JCoder01 JCoder01 commented May 6, 2023

fixes 31104: deep copy pickle error

Moves pickling_library to execute method and sets use_dill as instance variable.
The pickle/dill modules can't be pickled causing deep copy errors.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@boring-cyborg boring-cyborg bot added provider:cncf-kubernetes Kubernetes provider related issues area:providers labels May 6, 2023
@uranusjr
Copy link
Member

uranusjr commented May 7, 2023

Need to fix static checks.

@JCoder01 JCoder01 force-pushed the 31104-kubernetes-decorator-fix branch from 3f0e567 to b467e61 Compare May 8, 2023 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers provider:cncf-kubernetes Kubernetes provider related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants