Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Instructions/Descriptions for Parameters in UI #1293

Open
marvin-robot opened this issue Jun 29, 2022 · 1 comment
Open
Labels
Consider for Orion For consideration when we add more functionality with Orion from:slack

Comments

@marvin-robot
Copy link
Member

Opened from the Prefect Public Slack Community

williamjamir: Its possible to add some labels or instructions for parameters input?
In my case I would to like to add some instructions about the “date_from” parameter, allowed values and so on.

kevin701: There is a request for this already but the answer is not at the moment

williamjamir: Do you have the link for the GitHub issue to track this?
I tried to find it here but had no success =/

kevin701: Oh my bad. I think I was thinking about https://github.com/PrefectHQ/ui/issues/1189|this. We can make a new one for this.
<@ULVA73B9P> open “Feature Request: Instructions/Descriptions for Parameters in UI” in UI

Original thread can be found here.

@williamjamir
Copy link

My idea is to be able to document/describe parameters, and this description be visible in the UI.
Something like:

config_id = Parameter(
    name='config_id', 
    required=True,
    description="Some helpful message to be displayed over the Dashboard as a label or callout"    
)

@zhen0 zhen0 added the Consider for Orion For consideration when we add more functionality with Orion label Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Consider for Orion For consideration when we add more functionality with Orion from:slack
Projects
None yet
Development

No branches or pull requests

3 participants