Skip to content

Commit aadec62

Browse files
committed
Add pipeline_lifetime field to enable alert end nodes.
PiperOrigin-RevId: 650743239
1 parent 29f0b0c commit aadec62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tfx/proto/orchestration/pipeline.proto

+5
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,11 @@ message NodeExecutionOptions {
638638
// If set then the node this NodeExecutionOptions belongs to marks the end
639639
// of some lifetime.
640640
string lifetime_start = 1;
641+
// If True then the node this NodeExecutionOptions belongs to will execute
642+
// when the pipeline is considered "finalized". Noted that the node will
643+
// not have a start node and the node will always be triggered when the
644+
// pipeline is finalized.
645+
bool pipeline_lifetime = 2;
641646
}
642647
}
643648

0 commit comments

Comments
 (0)