-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[DataLake-job] Model validation fails with errors #773
Comments
@veronicagg this is an interesting issue. We do require a minimum degreeOfParallelism for submitting jobs, but for building jobs this field is ignored, and the service simply returns default(int), which happens to be zero. I can remove the restriction in our swagger specs, since our service will fix submissions with degreeOfParallelism < 1 to be = 1. Thoughts? |
But you still need that constraint while submitting the job. May be documenting this in the description and removing it as a constraint is the best option. I am not sure if using |
That is fair, I can make that update. |
PR out: #917 |
This should now be resolved with the merge of PR #917. @amarzavery or @veronicagg can you verify and close this issue (I do not have permission to do so). |
@amarzavery and @veronicagg please verify and close this. |
@veronicagg - Could you please close the issue if this is fixed |
Model from swagger:
Example from .net recording - shows response returns invalid value for property:
Model from swagger:
Model from swagger:
Model from swagger:
Extract from swagger model:
Model from swagger:
The text was updated successfully, but these errors were encountered: