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 fixes https://github.com/flyteorg/flyte/issues/4707 ## Why are the changes needed? Show versions and creation time of remote-task/launchplan/workflow ## What changes were proposed in this pull request? This PR contains...
## Tracking issue _https://github.com/flyteorg/flyte/issues/4241_ ## Why are the changes needed? Currently StructuredDatasets only support flat schemas. This PR aims to support nested types as form of `dict`/`json`, `dataclass`, `named args`/`kwargs`....
## Tracking issue N/A ## Why are the changes needed? It isn't reasonable that `pyflyte` can only run files under current and nested directories. ## What changes were proposed in...
## Tracking issue Closes [flyteorg/flyte #4691](https://github.com/flyteorg/flyte/issues/4691) ## Why are the changes needed? Make str and int available for mem, gpu and ephemeral_storage. Make str, int, float available for cpu. ##...
## Tracking issue NA ## Why are the changes needed? To make register `task`, `workflow`, and `launchplan` **x2.5 ~ x4 faster** in `pyflyte run` and `pyflyte register` by leveraging `asyncio`....
## Tracking issue NA ## Why are the changes needed? Cannot run a task registered by flytekit remote ## What changes were proposed in this pull request? - Update task...
## Tracking issue _NA_ ## Why are the changes needed? _NA_ ## What changes were proposed in this pull request? _NA_ ## How was this patch tested? _NA_ ### Setup...
## Tracking issue NA ## Why are the changes needed? `pyflyte run` takes ~40 seconds to serialize and register a workflow. ## What changes were proposed in this pull request?...
## Why are the changes needed? Ran into an error in create method of Databricks agent when testing v1.11.0. ``` Last Error: USER:: rpc error: code = Internal desc =...
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...