You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question about updating python module in airflow-worker container
I deploy airflow by helm. and I am trying to execute airflow-worker with version 1.10.14.
The package requires marshmallow package updates by pip. but it does not reflect in python code.
Is there any way to solve this issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Question about updating python module in airflow-worker container
I deploy airflow by helm. and I am trying to execute airflow-worker with version 1.10.14.
The package requires marshmallow package updates by pip. but it does not reflect in python code.
Is there any way to solve this issue?
Output log is follows, it seems marshmallow version update works successfully, but it keeps version 2.21.0 on python code.
Beta Was this translation helpful? Give feedback.
All reactions