Skip to content

DATA-3916 Add protos for pipeline tracking #671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 8, 2025

Conversation

vijayvuyyuru
Copy link
Member

No description provided.

@vijayvuyyuru vijayvuyyuru requested a review from katiepeters April 8, 2025 16:05
@github-actions github-actions bot added the safe to test committer is a member of this org label Apr 8, 2025
PipelineExecutionStatus status = 4;

// The interval the pipeline was run on.
PipelineDataInterval interval = 5;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we call this data_interval? If we don't want to do data_start_time/data_end_time?

google.protobuf.Timestamp started = 2;

// The time the execution was ended.
google.protobuf.Timestamp ended = 3;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can these be start_time/end_time?

@vijayvuyyuru vijayvuyyuru requested a review from katiepeters April 8, 2025 19:58
// The status of the run.
PipelineRunStatus status = 6;

// The reason the run failed, if it did.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I probably wouldn't mentioned failure since we wanted it to be more flexible. "An optional message related to the run status"? Maybe?

@vijayvuyyuru vijayvuyyuru added the ready-for-protos add this when you want protos to compile on every commit label Apr 8, 2025
@vijayvuyyuru vijayvuyyuru removed the ready-for-protos add this when you want protos to compile on every commit label Apr 8, 2025
@vijayvuyyuru vijayvuyyuru merged commit 4ec73bd into viamrobotics:main Apr 8, 2025
7 checks passed
@vijayvuyyuru vijayvuyyuru deleted the DATA-3916 branch April 8, 2025 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
protos-compiled safe to test committer is a member of this org
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants