How are "Global Shared Code" and "Project Libraries" working with different code envs and clusters?

YasserMohsen
Level 1
How are "Global Shared Code" and "Project Libraries" working with different code envs and clusters?

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

0 Kudos
1 Reply
Clรฉment_Stenac

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.

0 Kudos