You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: plumb validation warnings into studio (#1345)
The studio currently displays:
- ValidationErrors – Generated from rule evaluations and explicitly
added errors.
- Explicitly added Diagnostics – generally suggestions
Both are transformed into a type (confusingly named Diagnostic) that
includes key details like the message, line number, schema path,
severity, and type. These diagnostics are then rendered in the studio.
However, a category of validation issues visible in the CLI but missing
from the studio are those logged via logging.LogWarning. This change
ensures these warnings are also surfaced in the studio, providing a more
consistent experience.
https://github.com/user-attachments/assets/bd1cc8f7-2441-4a7f-bcc8-270c93006abf
0 commit comments