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

YasserMohsen
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

  • Clément_Stenac
    Clément_Stenac Dataiker, Dataiku DSS Core Designer, Registered Posts: 753 Dataiker

    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.

Setup Info
    Tags
      Help me…