elyra-ai / elyra

Elyra extends JupyterLab with an AI centric approach.
https://elyra.readthedocs.io/en/stable/
Apache License 2.0
1.86k stars 344 forks source link

Metadata tooling: support conditional schema property constraints #2338

Open ptitzler opened 3 years ago

ptitzler commented 3 years ago

Is your feature request related to a problem? Please describe.

Follow-up to https://github.com/elyra-ai/elyra/issues/2107#issuecomment-924092594

The metadata tooling needs to support conditional properties, as shown in the example below:

image

In above scenario, the username and password properties are not applicable and should not be displayed, if NO AUTHENTICATION is selected.

Additional context Add any other context or screenshots about the feature request here. Related:

ptitzler commented 2 years ago

See https://github.com/elyra-ai/elyra/pull/2354 for another user scenario that requires this kind of functionality