Skip to content

Commit

Permalink
Add pipeline_lifetime field to enable alert end nodes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 650743239
  • Loading branch information
tfx-copybara committed Jul 9, 2024
1 parent 29f0b0c commit 2806104
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tfx/proto/orchestration/pipeline.proto
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,11 @@ message NodeExecutionOptions {
// If set then the node this NodeExecutionOptions belongs to marks the end
// of some lifetime.
string lifetime_start = 1;
// If True then the node this NodeExecutionOptions belongs to will execute
// when the pipeline is considered "finalized". Noted that the node will
// not have a start node and the node will always be triggered when the
// pipeline is finalized.
bool pipeline_lifetime = 2;
}
}

Expand Down

0 comments on commit 2806104

Please sign in to comment.