Patrick Titzler

Results 165 comments of Patrick Titzler

> you just want to ingest the results of the previous nodes. In essence you are looking for the ability to restart flows or parts of a flow, e.g. by...

Remember to also update the release script as [indicated in this comment](https://github.com/elyra-ai/elyra/issues/2795#issuecomment-1168041932). As is the link would always open to the 'latest' release, which isn't necessarily the release the user...

The tool tip display seems to randomly switch back and forth between displaying the internal label and the caption ... ![2022-08-11_19-07-16 (1)](https://user-images.githubusercontent.com/13068832/184193069-f51e0de4-26f8-4631-930e-f0486419d46f.gif) I'm seeing this behavior pretty consistently. It doesn't...

This PR should address the question raised in https://github.com/elyra-ai/elyra/discussions/2089

> Do we need a dummy airflow package that we could use (and install via the previous example) to make the user's intention known to server code? This package, while...

> > Instead of a dummy package, would it be possible to create a package for each runtime that serves a purpose, such as identifies the runtime capabilities? This way...

Hi @blublinsky, when you [export a pipeline to Python from the Visual Pipeline Editor](https://elyra.readthedocs.io/en/latest/user_guide/pipelines.html?highlight=export#exporting-a-pipeline) Elyra generates code that submits the pipeline. In https://github.com/elyra-ai/elyra/issues/1695#issuecomment-849989898 I've posted example code that polls the...

Two quick updates on my latest response: - In an earlier release we've removed the ability to export a pipeline to Kubeflow Pipelines DSL. Only export to the static config...

> * " like a short term solution would be to include the most common AF and KF components in with the image" I don't believe we should do this...

Thanks for providing the detailed examples and resource links! They made it easy to investigate what it would take to support this. It looks like this should be a straightforward...