flytekit
flytekit copied to clipboard
Extensible Python SDK for developing Flyte tasks and workflows. Simple to get started and learn and highly extensible.
try []s
## Tracking issue This is hopefully going to help this https://github.com/flyteorg/flyte/issues/4701 ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this...
## Tracking issue Based on slack conversation: https://flyte-org.slack.com/archives/CP2HDHKE1/p1707384107710809 ## Why are the changes needed? Passing an attribute of a dataclass to a task in case of an integer field is...
## Tracking issue Before: After: ## Why are the changes needed? ## What changes were proposed in this pull request? Get warning in IDE Update type hint.
## Why are the changes needed? Currently for flyteplugins-kftensorflow (similarly for pytorch and mpi) there are use cases where one would want to use preemptible/interuptible nodes for workers and chief...
Flyte issue #4691 _https://github.com/flyteorg/flyte/issues/4691_ Added support for passing string as well as integer to flytekit.resource
## Tracking issue _https://github.com/flyteorg/flyte/issues/4716_ ## Why are the changes needed? Please refer to may example in https://github.com/flyteorg/flyte/issues/4716#issuecomment-1893423240 When we have a python file that contains workflows, tasks, and launch plans...
## Tracking issue NA ## Why are the changes needed? Allow agent to fetch the log and metrics from the external service, such as databricks and bigquery. ## What changes...
# TL;DR Users failed to write the data to the bucket because they are enable Serverside Encryption https://github.com/fsspec/s3fs/pull/90/files Add support passing server_side_encryption to s3fs ## Type - [x] Bug Fix...
## Tracking issue Fixes https://github.com/flyteorg/flyte/issues/4284 ## Why are the changes needed? In some cases, users want to notify themselves before the vscode server is terminated. ## What changes were proposed...
# TL;DR Right now only "top level" missing types (those defined directly in a function) are pickled if they don't have a registered `TypeTransformer`. This PR alters that behavior to...