-
Notifications
You must be signed in to change notification settings - Fork 99
Validate 'ml.update_job' #523
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran into the MlCustomSettings issue I've seen before, not sure how to handle arbitrary fields plus a few known fields.
Very likely what you need is the AdditionalProperties
behavior.
Hit a validation error where a value wasn't fitting into the MlAppliesTo enum but that value wasn't printed and when I checked out the workbench directory it was consistently empty, not sure what to do here?
Not sure I follow, can you provide an example?
Receiving an error that I don't know how to resolve since it looks correct to me?
The test in the workbench:
|
cc77999
to
ca34577
Compare
MlCustomSettings
issue I've seen before, not sure how to handle arbitrary fields plus a few known fields.MlAppliesTo
enum but that value wasn't printed and when I checked out theworkbench
directory it was consistently empty, not sure what to do here?