Patrick Titzler
Patrick Titzler
I was able to recreate the issue. The component specification declares `data_json` to be passed as `inputValue` instead of `inputPath` (third line from the bottom): ``` name: spark-json-to-parquet description: Converts...
> It would be fairly easy to remove that constraint on the backend. Great. In that case let's do that then. As is users would have to change their component...
@AlexandreDey can you provide some additional information about your goals? Are you looking for a visual distinction between the two supported node types (generic nodes and custom nodes) or something...
> I am not sure if we can exploit it directly from Elyra. It's unfortunately not straightforward. One problem is that Elyra has no control over the component specification and...
Can we remove the assignment @lresende?
Nice catch! I confirmed that this is a general issue due to a dependency change: ``` Collecting sklearn Downloading sklearn-0.0.post1.tar.gz (3.6 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error ×...
Basic installation information for some deployment scenarios is provided in the [Elyra documentation](https://elyra.readthedocs.io/en/latest/) under _recipes_. In general we are trying to avoid duplication of information that is already provided on...
What kind of examples are you looking for? We've recently added a best practices documentation topic that might be useful: https://elyra.readthedocs.io/en/latest/user_guide/best-practices-file-based-nodes.html
Are you referring to generic components (those that are used to run Jupyter notebooks, Python scripts, and R scripts) in Elyra or custom components you've implemented? (Both types of components...
I'm not aware of any way to make this information available.