Closed mattseddon closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
8235015
) 100.00% compared to head (4f772d1
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Part of https://github.com/iterative/studio/issues/8848
Required for https://github.com/iterative/studio/pull/9019 / https://github.com/iterative/dvc/pull/10291 / https://github.com/iterative/dvclive/pull/779
This PR adds additional data into the schema to support live experiments from monorepos being displayed correctly in Studio.
We are adding the following to the start event:
The rest of the
start
event remains unchanged. The names of the new fields match the fields already present in Studio for pushed experiments/commits. They are optional so that we can continue to accept "legacy" events from older versions of the client in Studio.