Skip to content

Instantly share code, notes, and snippets.

@Sphynx-HenryAY
Last active June 30, 2021 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sphynx-HenryAY/22972684fb96ea8be4ea6cc6585b25f6 to your computer and use it in GitHub Desktop.
Save Sphynx-HenryAY/22972684fb96ea8be4ea6cc6585b25f6 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sphynx-HenryAY
Copy link
Author

Sphynx-HenryAY commented Jun 17, 2021

knime flow modification:

  • knime python package indicates input and output slots by parsing each settings xml in workflow, and look for:
    • input: Container Input (Table)
    • output: Container Output (Table)
  • for each input and output container it fetches, it will create corresponding slot for workflow.data_table_inputs, workflow.data_table_outputs, following the Container node creation order

@Sphynx-HenryAY
Copy link
Author

related knime workflow: jupyter_kNN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment