elyra-ai / examples

A repository of examples for Elyra (https://github.com/elyra-ai/elyra)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update "hello world" and "hello world kubeflow pipelines" tutorial to include Python script

ptitzler opened this issue · comments

To reflect the new support for Python nodes. Since there is no fundamental difference between a notebook node and a Python node it should be sufficient to

  • add a Python script to both tutorials that can be used as an optional drop-in replacement for the existing notebook node that downloads the data set
  • apply minor updates to the content to reflect the new option when creating a pipeline

Requires Elyra 1.2

Elyra 1.2 requires a new pipeline version. The two pipelines in this PR need to be modified to use that version.