Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: pryce-turner <[email protected]>
  • Loading branch information
pryce-turner committed Jan 6, 2025
1 parent 27c9edd commit 9e27e6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flyteidl/protos/flyteidl/core/workflow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import "flyteidl/core/literals.proto";
import "flyteidl/core/tasks.proto";
import "flyteidl/core/types.proto";
import "flyteidl/core/security.proto";
import "flyteidl/admin/common.proto";
import "google/protobuf/duration.proto";
import "google/protobuf/wrappers.proto";

Expand Down Expand Up @@ -199,6 +200,10 @@ message NodeMetadata {
oneof cache_serializable_value {
bool cache_serializable = 9;
}

Labels labels = 10;

Annotations annotations = 11;
}

// Links a variable to an alias.
Expand Down

0 comments on commit 9e27e6f

Please sign in to comment.