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

Input validation error regression #4673

Closed
paulgrainger85 opened this issue Aug 15, 2024 · 0 comments
Closed

Input validation error regression #4673

paulgrainger85 opened this issue Aug 15, 2024 · 0 comments
Labels
bug Something isn't working kind/customer-request Requested by one or more customers kind/quick-win Seems to be quick to do

Comments

@paulgrainger85
Copy link

Describe the issue

Previously this was the error received when input validation failed 👍
image

As of v0.18 this is the error seen now 👎
image

Sample flow

id: regex-input
namespace: demo

inputs:
  - id: age
    type: INT
    defaults: 42
    required: false
    min: 18
    max: 64

  - id: user
    type: STRING
    defaults: student
    required: false
    validator: ^student(\d+)?$

tasks:
  - id: validator
    type: io.kestra.plugin.core.log.Log
    message: User {{ inputs.user }}, age {{ inputs.age }}

Environment

  • Kestra Version: v0.18.2
  • Operating System: Docker
@paulgrainger85 paulgrainger85 added bug Something isn't working kind/quick-win Seems to be quick to do kind/customer-request Requested by one or more customers labels Aug 15, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Aug 15, 2024
@tchiotludo tchiotludo added the kind/backport-needed Issue that needs to be backported to a previous version label Aug 15, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in Issues Aug 16, 2024
@anna-geller anna-geller added the kind/bugfix-needed Issue that needs to be addressed in the next bugfix release label Aug 27, 2024
@brian-mulier-p brian-mulier-p removed kind/backport-needed Issue that needs to be backported to a previous version kind/bugfix-needed Issue that needs to be addressed in the next bugfix release labels Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working kind/customer-request Requested by one or more customers kind/quick-win Seems to be quick to do
Projects
Archived in project
Development

No branches or pull requests

4 participants