Skip to content

Commit

Permalink
Add node type for job cleanup
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588810489
  • Loading branch information
kmonte authored and tfx-copybara committed Dec 7, 2023
1 parent 116b836 commit 156c8ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tfx/dsl/compiler/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@

# Channel name for LaunchOnly artifacts
LAUNCH_ONLY_CHANNEL_NAME = "launch_only"

# Key for the execution property of a JobCleanup node where the Launch Only
# component id is stored.
JOB_CLEANUP_LAUNCHER_EXEC_PROP = "launcher_component"

0 comments on commit 156c8ea

Please sign in to comment.