Hi everyone! ![]()
Until recently I only ran Knime on my local machine. I do data processing and analysis, usually with 1 million rows of data or less. Well recently I’ve had to do some work on data with 10 million rows. My computer struggles with it. So I’ve been investigating how to run scripts on Knime Hub with my company team plan.
The instructions available to us haven’t been great, so we’ve had to do a lot of trial and error. One thorn that we were figuring out today is that the scripts failed when writing the output to an excel file. Normally we output to our local machines. We uploaded the script as it’s run locally and didn’t think about it. Then I was scratching my head wondering how to read and write files to Knime cloud.
Turns out it’s easy! Each of the read/write nodes has an option for reading and writing from Knime Hub! You can upload your data to the hub for your scripts to run it from there. And you can output files to your hub space.

Just thought I’d pass that on because this must be a recent feature and I didn’t know about it.