We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f0b0c commit aadec62Copy full SHA for aadec62
tfx/proto/orchestration/pipeline.proto
@@ -638,6 +638,11 @@ message NodeExecutionOptions {
638
// If set then the node this NodeExecutionOptions belongs to marks the end
639
// of some lifetime.
640
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;
646
}
647
648
0 commit comments