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
Hello, When I'm linting my data contract with this chunk of code I'm getting an error in linting
models: ABCD: description: Data ABCD view type: view fields: ID: type: number required: true
Error message: Data contract is invalid, found the following errors:
It is weird because description in field is said to be optional but it is throwing an error even though it is just warning,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
When I'm linting my data contract with this chunk of code I'm getting an error in linting
Error message:
Data contract is invalid, found the following errors:
'ABCD' has empty description.
It is weird because description in field is said to be optional but it is throwing an error even though it is just warning,
The text was updated successfully, but these errors were encountered: