fix(weave): replace stale version hint in object name validation error message#6888
fix(weave): replace stale version hint in object name validation error message#6888rajkumar-prog wants to merge 2 commits into
Conversation
|
I have read the CLA Document and I hereby sign the CLA |
|
This PR requires manual approval from a wandb user to run all CI checks. To see the current diff, click here. To approve CI for this PR as of this commit, comment: |
|
/approve e8176e3 |
|
/approve e8176e3 |
|
Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=1f578c574632a7d9ab5ba10e79a8016b50f4c27f |
|
/approve e8176e3 |
1 similar comment
|
/approve e8176e3 |
|
Hey @rajkumar-prog, thanks for picking this up. One note on the second commit: the |
|
Closing this in favour of a clean PR that contains only the validation message fix — the openapi.json change accidentally included here belongs to #6871. Reopening with a single-commit branch. |
Problem
Fixes #5771
The error message in
weave/trace_server/validation.pytells users to upgrade to>0.51.0to fix invalid object name errors:This is misleading because:
0.52+, so users who see this are already on a newer versionFix
Replaced the stale version hint with a clear, actionable message that tells users exactly what characters are allowed.
Before:
After:
Changes
weave/trace_server/validation.py— 1 line changed