How to make coexist production and development version of the same custom python extension ?

Hello,

I’m currently developping a KNIME custom extension following this tutorial :Create a New Python based KNIME Extension

I have managed to successfully develop and bundle my first extension.

Now, let’s say I want to further develop/debug it while at the same time still be able to use the bundled one in production.

What would be the best strategy to make the 2 coexist?
Should I use 2 different installations of KNIME or is there a more recommended approach?

Thanks for your support and advices.

Thomas

Hello @pokyah,

It’s great to hear you’ve developed a custom KNIME extension! Regarding your question, the cleanest solution is indeed to use two separate KNIME installations: one for development and another for production. This ensures stability in your production environment while allowing flexibility for development and debugging. It’s a straightforward way to manage both processes without risking your production workflows.

Best of luck with your continued work on the extension!

3 Likes

Hi @bwilhelm;

Thanks for confirming this is a good strategy !

Best regards

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.