Describe the bug
Live check does not seem to complain when required attributes in entities are missing.
To Reproduce
Steps to reproduce the behavior:
- Clone https://github.com/dash0hq/dash0-semantic-conventions/tree/main/tests
- Mark the
deployment.name attribute in model/deployment/entities.yaml as required
- Run
make test and see it NOT FAIL the tests/valid/deployment/minimal-deployment-event.json test
Expected behavior
Live check screams at me
Additional context
I hope I am not holding it wrong.
Describe the bug
Live check does not seem to complain when required attributes in entities are missing.
To Reproduce
Steps to reproduce the behavior:
deployment.nameattribute inmodel/deployment/entities.yamlas requiredmake testand see it NOT FAIL thetests/valid/deployment/minimal-deployment-event.jsontestExpected behavior
Live check screams at me
Additional context
I hope I am not holding it wrong.