Skip to content
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

fix(pipeline-run,model-run): clarify actors in Run objects #519

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

jvallesm
Copy link
Collaborator

Because

  • The PipelineRun and ModelRun objects have confusing documentation for
    the requester, runner and owner of a pipeline/model run.

This commit

@jvallesm jvallesm self-assigned this Nov 20, 2024
@jvallesm jvallesm marked this pull request as ready for review November 20, 2024 17:10
Copy link

github-actions bot commented Nov 20, 2024

The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedNov 22, 2024, 10:50 AM

string model_uid = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
// 2 is reserved for the model UUID. Public resources should be identified by
// their ID and parent resource.
reserved 2;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

⚠️ TODO: Do these breaking affect only the backend, or are these fields used in the frontend?

  • modelUid
  • pipelineUid
  • namespaceId

@jvallesm jvallesm force-pushed the jvalles/run-object-improvements branch from 9925a77 to 1442db5 Compare November 21, 2024 10:37
@jvallesm jvallesm force-pushed the jvalles/run-object-improvements branch from 3937af7 to c710e69 Compare November 22, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants