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 flyteorg/flyte#6717 ## Why are the changes needed? pyflyte command supports strong typing in pipeline and allow users to set the parameters by --var. Supported None type make...
## Tracking issue ## Why are the changes needed? To enable users to specify `dir` in the `wandb_init` initialization, we can allow a string that refers to the `FlyteDirectory` parameter...
## Why are the changes needed? ## What changes were proposed in this pull request? This workflow ``` @fl.task(container_image=image) def get_timestamp() -> pd.Timestamp: return pd.Timestamp("2024-09-29 15:30:45") @fl.workflow def timestamp_wf() ->...
## Tracking issue Closes flyteorg/flyte#3919 ## Why are the changes needed? Currently, `pyflyte register` does not have an option to output registered entities to a file. This PR creates such...
## Summary - Add cross-platform caching for pip (Windows, macOS, Linux) - Add comprehensive uv package manager caching across all jobs - Optimize test parallelization with platform-specific worker counts -...
## Tracking issue ## Why are the changes needed? Persisting `FlyteDirectory` doesn't work correctly when there are multiple files with the same name in the directory. Let's have two files:...
## Tracking issue Related to flyteorg/flyte#6351 ## Why are the changes needed? Currently, `ContainerTask` lacks built-in timeout functionality, which is available for regular Python tasks via the `@task` decorator. ##...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.10 to 3.12.14. Release notes Sourced from aiohttp's releases. 3.12.14 Bug fixes Fixed file uploads failing with HTTP 422 errors when encountering 307/308 redirects, and 301/302 redirects...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.11 to 3.12.14. Release notes Sourced from aiohttp's releases. 3.12.14 Bug fixes Fixed file uploads failing with HTTP 422 errors when encountering 307/308 redirects, and 301/302 redirects...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.5 to 4.25.8. Commits a4cbdd3 Updating version.json and repo version numbers to: 25.8 29445be Merge pull request #21880 from shaod2/py-25 cc13b69 Remove debugging code and add EOLs...