flytekit
flytekit copied to clipboard
Extensible Python SDK for developing Flyte tasks and workflows. Simple to get started and learn and highly extensible.
## Why are the changes needed? ### Motivating use case I was attempting to use the Python SDK in Python code to run tasks/workflows. When dealing with a case like...
## Why are the changes needed? With this PR, `pyflyte-fast-execute` does not run the command in another process, which saves ~7 seconds. ## What changes were proposed in this pull...
## Tracking issue Closes flyteorg/flyte#6079 ## Why are the changes needed? I tried the with_overrides to override cache configuration for a local flyte @task, but it didn't work as expected....
## Tracking issue Related to flyteorg/flyte#4081 ## Why are the changes needed? Use a Rust/Pyo3 package - obstore - as the storage backend for cloud storages. This provides the smaller...
## Tracking issue ## Why are the changes needed? ## What changes were proposed in this pull request? this PR adds the mosaic data streamer to flytedirectory. i have some...
The container_image should be propagated to all underlying levels of a task. ## Tracking issue ## Why are the changes needed? ## What changes were proposed in this pull request?...
## Tracking issue [flyteorg/flyte#](https://github.com/flyteorg/flyte/issues/6302) ## Why are the changes needed? In flytekit secretsManager, it will check whether the secret exist in an env var "_" or in a file "/etc/secrets//"....
## Tracking issue Related to [#5543](https://github.com/flyteorg/flyte/issues/5543) ## Why are the changes needed? We need to pass execution mode into TaskTemplate Metadata for Flyte Propeller to tell whether the node is...
## Tracking issue Related to flyteorg/flyte#[6139](https://github.com/flyteorg/flyte/issues/6139) ## Why are the changes needed? The current Flytekit has several areas that could be improved for a better developer experience: 1. The `map_task`...
## Tracking issue ## Why are the changes needed? In some situations, there isn't internet to build image from pulling uv and micromamba images from the net. ## What changes...