flytekit
flytekit copied to clipboard
Extensible Python SDK for developing Flyte tasks and workflows. Simple to get started and learn and highly extensible.
## Tracking issue ## Why are the changes needed? ## What changes were proposed in this pull request? Mainly added a delete_execution_phase method, allowing users to initiate a delete request...
## Tracking issue NA ## Why are the changes needed? Since we adopted `uv` they came out with [uv run](https://docs.astral.sh/uv/reference/cli/#uv-run), which massively simplifies dependency resolution. This PR adopts `uv run`...
## Tracking issue https://github.com/flyteorg/flyte/issues/6205 ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ### Setup process ### Screenshots...
## Why are the changes needed? Currently it's hard for users to traverse all node executions under a workflowExecution/nodeExecution. ## What changes were proposed in this pull request? Added helper...
## Tracking issue https://github.com/flyteorg/flyte/issues/2234 ## Why are the changes needed? This PR is not ready yet ## What changes were proposed in this pull request? - [x] A new Retry...
## Tracking issue Closes https://github.com/flyteorg/flyte/issues/6157. ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? This patch is tested...
## Tracking issue NA ## Why are the changes needed? We're seeing some of the tests in the integration test suite fail semi-frequently. After investigating with https://github.com/tmate-io/tmate [here](https://github.com/flyteorg/flytekit/actions/runs/13422178523/job/37497206110) I confirmed...
## Tracking issue Closes https://github.com/flyteorg/flyte/issues/6140. ## Why are the changes needed? To enhance the user experience, the concept of `container` should be abstracted from flytekit users. ## What changes were...
## Tracking issue Related to [issue#6094](https://github.com/flyteorg/flyte/issues/6094) ## Why are the changes needed? ## What changes were proposed in this pull request? If you use the source_root parameter in imagespec, the...
## Tracking issue Closes https://github.com/flyteorg/flyte/issues/6142. ## Why are the changes needed? The attribute `ephemeral_storage` of `Resources` (i.e., K8s pod resources) is too complicated and should be simplified. ## What changes...