Hi,
I upgraded to knime 4.4 and the data of the example is not working anymore. All I get is input file does not exist. I had a look through " File location not working for examples in 4.2" and tried out some of the comments but nothing worked.
If you want to use KNIME URL you have to change the “Read from” from “Local File System” to “Custom/KNIME URL”.
Edit:
Besides that “knime://knime.workflow/…/_data/satimage.table” somehow seems to be incorrect anyway since the “…” would mean you are in your workspace directory. So your workspace directory should have a “_data” directory in it.
You only downloaded workflow whereas data the Table Reader is trying to import is one level up. So go one level up (02_Call_Workflow_and_REST) and there you can see _data folder together with possibility to download entire group of workflows (bottom picture). Once you do that Table Reader will be able to read data normally.
Additionally besides workflow download option you can click Open and that will open workflow from EXAMPLES server and that workflow can access above mentioned _data folder or any other properly referenced (see picture).
And last but not least as @laaaarsi said to use current (not deprecated) Table Reader with KNIME URL use Custom/KNIME URL option in configuration dialog.