flytekit
flytekit copied to clipboard
Extensible Python SDK for developing Flyte tasks and workflows. Simple to get started and learn and highly extensible.
# TL;DR Add support image composition so people can use imageSpec as a base image. ## Type - [ ] Bug Fix - [x] Feature - [ ] Plugin ##...
Introduces new "env_var" and "file" fields to Secret to allow specifying name/mountPath on injection
# TL;DR Introduces new fields to the `Secret` object: - `env_var` - `file` Allowing users to directly specify a name or mountPath for the Secret, without having to specify a...
# TL;DR As per our conversation with the Union AI, we are making the following changes to the Ray plugin to enable more parameters to be configurable on the user...
# TL;DR Before this PR, if a list is batchable (utilizing FlytePickleTransformer), it is batched into a single item by default and stored in one pickle file. This results in...
# TL;DR Just playing around for now ## Type - [ ] Bug Fix - [ ] Feature - [ ] Plugin ## Are all requirements met? - [ ]...
# TL;DR WIP ## Type - [ ] Bug Fix - [ ] Feature - [ ] Plugin ## Are all requirements met? - [ ] Code completed - [...
# TL;DR This PR adds real-time deck support. After this PR, User can use `flytekit.Deck.persist()` to generate the html based on current collected metrics/information. So that user can see the...
# TL;DR _Please replace this text with a description of what this PR accomplishes._ ## Type - [ ] Bug Fix - [ ] Feature - [X] Plugin ## Are...
# TL;DR Recursively call out to `TypeEngine` to serialize/deserialize dataclasses as `LiteralMap`s. ## Type - [ ] Bug Fix - [X] Feature - [ ] Plugin ## Are all requirements...
# TL;DR WIP: Just testing the performance to see what method should be applied to speed up the List[Any] transformations now. ## Type - [ ] Bug Fix - [...