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

feat: add displayName to inputs (#4470) #5021

Merged
merged 1 commit into from
Sep 23, 2024
Merged

feat: add displayName to inputs (#4470) #5021

merged 1 commit into from
Sep 23, 2024

Conversation

fhussonnois
Copy link
Member

@fhussonnois fhussonnois commented Sep 23, 2024

Fix: #4470

Example:

id: example
namespace: io.kestra
inputs:
  - id: "cloud_providers"
    displayName: "Cloud Providers"
    type: SELECT
    values:
       - AWS
       - GCP
       - AZURE

  - id: "cloud-credential"
    displayName: "Credentials"
    type: STRING

Copy link
Member

@anna-geller anna-geller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, LGTM - let's fix the failing test and merge 👍

Copy link

sonarcloud bot commented Sep 23, 2024

@fhussonnois fhussonnois merged commit f138009 into develop Sep 23, 2024
9 checks passed
@fhussonnois fhussonnois deleted the feat/gh-4470 branch September 23, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add "display name" field for inputs
2 participants