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 1. Add support raw container in the map task 2. Use default command of the raw container in the map task instead of replacing it with `pyflyte-map-execute ....`...
# TL;DR Quick update to unit test ## Type - [x] Bug Fix - [ ] Feature - [ ] Plugin ## Are all requirements met? - [x] Code completed...
# TL;DR _Please replace this text with a description of what this PR accomplishes._ ## Type - [ ] Bug Fix - [ ] Feature - [ ] Plugin ##...
## Tracking issue _https://github.com/flyteorg/flyte/issues/_ ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ### Setup process ### Screenshots...
## Tracking issue _https://github.com/flyteorg/flyte/issues/_ ## Why are the changes needed? Fixed https://flyte-org.slack.com/archives/CP2HDHKE1/p1702602485633479?thread_ts=1702506144.114299&cid=CP2HDHKE1 Failed to submit a spark job to the Databricks platform due to certificate verification error Refer to https://github.com/aio-libs/aiohttp/issues/955...
## Tracking issue Closes https://github.com/flyteorg/flyte/issues/4515 ## Why are the changes needed? Have to get the corresponding custom to operate plugins with array node map task. ## What changes were proposed...
# TL;DR Create task metadata and pass it to `PythonInstanceTask`. ## Type - [x] Bug Fix - [ ] Feature - [ ] Plugin ## Are all requirements met? -...
# TL;DR Support user-defined execution sequence in local pyfylte. Now subworkflow/tasks can be sequence by `>>` operation within workflow. for example: ``` @workflow() def wf(): a = print_a() # task:...
# TL;DR _Please replace this text with a description of what this PR accomplishes._ ## Type - [ ] Bug Fix - [ ] Feature - [ ] Plugin ##...
# TL;DR Use self-hosted runner to run integration tests ## Type - [ ] Bug Fix - [x] Feature - [ ] Plugin ## Are all requirements met? - [...