Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support FlyteRemote.execute interruptible flag override #2885

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

redartera
Copy link
Contributor

Tracking issue

Closes flyteorg/flyte#5279

Why are the changes needed?

It is useful for users to invoke the same LaunchPlan but overriding at runtime whether they need executions to be interruptible or not. Currently this is possible through the Flyte UI, but not flytekit.

What changes were proposed in this pull request?

Support an interruptible option in FlyteRemote.execute

How was this patch tested?

Integration test added

Check all the applicable boxes

  • I updated the documentation accordingly (docstrings)
  • All new and existing tests passed.
  • All commits are signed-off.

Signed-off-by: redartera <reda@artera.ai>
Signed-off-by: redartera <reda@artera.ai>
Signed-off-by: redartera <reda@artera.ai>
Signed-off-by: redartera <reda@artera.ai>
Signed-off-by: redartera <reda@artera.ai>
Signed-off-by: redartera <reda@artera.ai>
@redartera redartera marked this pull request as ready for review October 31, 2024 15:11
flytekit/remote/remote.py Show resolved Hide resolved
@redartera
Copy link
Contributor Author

@pingsutw Can we please merge this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

per-execution interruptible flag not piped through via flytekit
2 participants