We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently if a bad parameter is sent to workflow, API responds with 200 and "silently" fails.
Ideally we'll send back a fail.
The text was updated successfully, but these errors were encountered:
The request does not reach the workflows. We will need to explore more on where the request can be interfered with.
Sorry, something went wrong.
One possible option is to disable parameters validation:
https://docs.prefect.io/latest/concepts/flows/#flow-settings
Afterwards, adding a custom param validation step at the start of every flow.
No branches or pull requests
currently if a bad parameter is sent to workflow, API responds with 200 and "silently" fails.
Ideally we'll send back a fail.
The text was updated successfully, but these errors were encountered: