-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
If we start collecting telemetry when users run jobs, it will be easier to analyse the data if we can group it in some way. Grouping by user or project would be great, but that information isn't easily available for local jobs.
One simpler option is to tag the telemetry with the repo. Not all local jobs will belong to a repo (since the user can run the OS CLI from any folder - it may not be version-controlled at all), but we think that most of the time they will be running in a directory with a git remote. We could adapt the code which used to check dataset permissions in the CLI, since it also tried to infer the repo name.
Metadata
Metadata
Assignees
Labels
No labels