Efficient Management of Code Environments for Multiple Plugins

Since each plugin in Dataiku requires its own code environment, I wanted to ask if there is a recommended or best-practice approach to manage this more efficiently. Specifically, is it possible to use a previously built code environment and add only the custom libraries required for different plugins to avoid duplication and save space?
Thank you in advance for your time and guidance!
Best Answer
-
Sarina Dataiker, Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 320 Dataiker
Hi @dishant_savaliya, it indeed is required that each plugin has its own dedicated code environment. You can delete previous/unused versions of plugin code environments if you happen to see multiple code environments that reference the same plugin. Let us know if you have further questions about this.
Thanks,
Sarina
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023, Circle Member Posts: 2,586 Neuron
Not a good idea. You want isolation between code environments. Storage is cheap. Flows breaking are not.
-
Thank you very much
-
Thanks