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
Comparing two random manifests ended up with ManifestValidationError: "execution" parameter is required. Error code: invalid_type.
ManifestValidationError: "execution" parameter is required. Error code: invalid_type.
If-diff should show the differences.
npm the if diff script with following command
npm run if-diff -- -s manifests/bugs/aggregation-error-wrong-metric.yml -t manifests/bugs/azure-importer-incorrect-calculation.yml
The text was updated successfully, but these errors were encountered:
If-diff
if-diff
In its current form if-diff should compare output files not manifests. The execution section is only available in output files.
execution
So I don't think this is really a bug. @MariamKhalatova
Sorry, something went wrong.
@jmcook1186 Yes, if we compare only outputs, then this is not a bug. Will close it
narekhovhannisyan
Successfully merging a pull request may close this issue.
Description of the Error
Comparing two random manifests ended up with
ManifestValidationError: "execution" parameter is required. Error code: invalid_type.
Expected Behaviour
If-diff should show the differences.
Actual Behaviour
Comparing two random manifests ended up with
ManifestValidationError: "execution" parameter is required. Error code: invalid_type.
Steps to Reproduce
npm the if diff script with following command
The text was updated successfully, but these errors were encountered: