jayhack / prefect

The easiest way to coordinate your dataflow

Home Page:https://prefect.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI: Foldable Parameter Subgroups

jayhack opened this issue · comments

First check

  • I added a descriptive title to this issue.
  • I used the GitHub search to find a similar request and didn't find it.
  • I searched the Prefect documentation for this feature.

Prefect Version

2.x

Describe the current behavior

Deployments now support the usage of sub schemas after the amazing work done in PrefectHQ/prefect-ui-library#1222.

This gives users the nice UX to define multiple levels of sub parameter groups. Opening a deployment run form with a lot of parameter groups can potentially overwhelm an engineer.

image

Describe the proposed behavior

Having the ability to fold parameter groups in the UI to easily focus on the parameter groups you want to work with.
As a stretch goal, giving users the option to define in the Flow Signature whether a parameter group is folded by default could be nice.

Example Use

Folding optional parameters that are not relevant for 99% of the flow runs.

Additional context

No response