How are "Global Shared Code" and "Project Libraries" working with different code envs and clusters?
YasserMohsen
Registered Posts: 3 ✭✭✭✭
Hi,
I have some libraries added on the project level and others on the global level. Let's say that I have different python recipes executing on a remote GKE cluster. Does the global shared code moves side by side with the code that I am typing in the python recipe? Or should I add it somehow with the code envs?
Regards,
Yasser
Answers
-
Hi,
Code in Global Shared code and project libraries will automatically be added to the container along with each recipe. You do not need to do anything special to use it in Kubernetes-powered Python recipes.