Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
katrogan authored and pmahindrakar-oss committed Mar 23, 2022
1 parent 945abdc commit 3466c8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protos/flyteidl/admin/matchable_resource.proto
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,16 @@ message WorkflowExecutionConfig {
// Can be used to control the number of parallel nodes to run within the workflow. This is useful to achieve fairness.
int32 max_parallelism = 1;

// Indicates security context for permissions triggered with this launch plan
// Indicates security context permissions for executions triggered with this matchable attribute.
core.SecurityContext security_context = 2;

// Encapsulates user settings pertaining to offloaded data (i.e. Blobs, Schema, query data, etc.).
RawOutputDataConfig raw_output_data_config = 3;

// Custom labels to be applied to the execution resource.
// Custom labels to be applied to a triggered execution resource.
Labels labels = 6;

// Custom annotations to be applied to the execution resource.
// Custom annotations to be applied to a triggered execution resource.
Annotations annotations = 7;
}

Expand Down

0 comments on commit 3466c8f

Please sign in to comment.