Patrick Titzler

Results 142 comments of Patrick Titzler

Currently properties for custom nodes are visually grouped into categories: - Inputs - Outputs - Additional properties - Component source We should do the same for generic nodes (either in...

![image](https://user-images.githubusercontent.com/13068832/192444579-7fc0d780-27a4-46a6-bba3-709e53c2e013.png) Bug in line https://github.com/kiersten-stokes/elyra/blob/property-refactor/elyra/pipeline/component_parameter.py#L294 - needs to be `elif`

> Would it be possible to write all local pipeline execution output to a logfile and tail this file in a separate tab in the UI Considering that the proposal...

Since users can already specify public web resources as a source, non-bulk load scenarios are already somewhat supported. Therefore it might be better to defer until we have a better...

We are planning to address this (and the same usability issue for [inputting secrets](https://github.com/elyra-ai/elyra/pull/2715) (available in 3.9+)) in version 3.10. There's some front-end infrastructure work ongoing that will add support...

> Ideally, is there a way to make the working dir fixed? Or to specify volume mounts relatively? Not currently, but support could probably be added in the future.

Container images for Kubeflow Notebook servers are now available for ODH. See https://github.com/elyra-ai/elyra/discussions/3006 for details. https://github.com/opendatahub-io/s2i-lab-elyra/pull/50 delivered the first compatible Elyra version.

This should already work if you specify a public API endpoint in your runtime configuration. Here I used a dummy URL: ![image](https://user-images.githubusercontent.com/13068832/184077396-f211a1f1-7249-46de-bdc0-d6836d9e3896.png) I ran a quick test that this works...

Not a problem! You'll need to upgrade to [version 3.8 or above](https://github.com/elyra-ai/elyra/releases/tag/v3.8.0). Details are in the attached release summary link. I'll close the issue for now since there's no immediate...

There is currently nothing in plan. Feel free to open an enhancement request or (even better) contribute the change! The changes should be very similar to the ones in https://github.com/elyra-ai/elyra/pull/2631