Kiersten Stokes
Kiersten Stokes
#2759 May depend on #2780 ### What changes were proposed in this pull request? When complete, this PR will support the ability to use file contents as the input value...
**Is your feature request related to a problem? Please describe.** #2083 set the groundwork for supporting component registries that include multiple components from a single source type (e.g. a directory...
Fixes #2750 Fixes #2738 Fixes #2923 Fixes #2906 Corresponds to elyra-ai/pipeline-editor#201. Excuse all the extraneous commits - I was building and merging with the `pipeline-rjsf` branch so often and for...
**Describe the issue** Because the `describe` command 'ignores' runtime/runtime type during pipeline pre-processing, any pipeline that includes a custom component with a property name that is the same as an...
**Is your feature request related to a problem? Please describe.** With the support for BYO catalog types, what is currently the `Component Source` property in the node properties panel must...
**Is your feature request related to a problem? Please describe.** As of #2492, a new method, `get_entry_data`, was added to the `ComponentCatalogConnector` class. This method replaces the old `read_catalog_entry` method...
**Is your feature request related to a problem? Please describe.** #3001 adds support for pipeline parameters to the pipeline editor, but does not include support for specifying parameters from the...
Fixes #816 Resume no longer overwrites learning rate specific on command line. (My linter also removed 2 extraneous spaces in a `dict`, I can revert this if desired 🙂)
This PR adds a root image path to the `sphinx_gallery_conf` dict according to [these instructions](https://sphinx-gallery.github.io/stable/configuration.html#notebook-images) given in the Sphinx Gallery docs. It also updates the corresponding relative paths in the...
In KFP v1, any value can be given for the `type` field of an input. This can be problematic during pipeline `compile` if parameters are passed to a pipeline. An...