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 _Please replace this text with a description of what this PR accomplishes._ ## Type - [ ] Bug Fix - [ ] Feature - [ ] Plugin ##...
# TL;DR _Please replace this text with a description of what this PR accomplishes._ ## Type - [ ] Bug Fix - [ ] Feature - [ ] Plugin ##...
# TL;DR _Please replace this text with a description of what this PR accomplishes._ ## Type - [ ] Bug Fix - [x] Feature - [ ] Plugin ## Are...
# TL;DR This is part of Flytekit Metrics Exploration. This PR uploads all the flytekit metrics to the remote storage(highlighted in green). Flytekit Metrics Exploration includes: - flytekit: https://github.com/flyteorg/flytekit/pull/1683 -...
# TL;DR - Added `ExecutionSpec.task_node_runtime_overrides` - Added `LaunchPlanSpec.task_node_runtime_overrides` - Added tests throughout. *Note*: Have not added any tests for `tools.translator` - Removed the `runtime_override_default` @fg91 This should be all we...
# TL;DR Adds support for API KEY authentication. Since not all OAuth Providers support API Keys, this implementation is client-side only. ## Type - [ ] Bug Fix - [X]...
# TL;DR Add dynamic Pydantic workflow creation to FlyteRemote. We will likely change entrypoint, but this is a starting point. ## Type - [ ] Bug Fix - [x] Feature...
# TL;DR Adds debugpy auto-start adapter to `setup_execution` so follow-up registration is not required to debug. ## Type - [ ] Bug Fix - [x] Feature - [ ] Plugin...
# TL;DR This PR makes it possible to run remote.execute for tasks that are declared in a notebook itself ## Type - [ ] Bug Fix - [ ] Feature...
fixes #3158 Signed-off-by: Niels Bantilan # TL;DR Protobuf json will auto-cast integers to floats when serializing dict values when the type is annotated with a bare `dict` or `typing.Dict` annotation....