flytekit icon indicating copy to clipboard operation
flytekit copied to clipboard

Extensible Python SDK for developing Flyte tasks and workflows. Simple to get started and learn and highly extensible.

Results 305 flytekit issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Tushar Mittal # TL;DR * Add support for numpy scaler types * Update type matching in the type engine * Add tests ## Type - [x] Bug Fix -...

hacktoberfest-accepted

# TL;DR Install python package before running the task. It has some benefits, 1. Make development or iteration easier and faster because If we just want to update the Python...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies

## Tracking issue ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ### Setup process ### Screenshots ##...

## Tracking issue Closes https://github.com/flyteorg/flyte/issues/5339 ## Why are the changes needed? As outlined in the tracking issue, when using the pytorch elastic plugin, users almost always have to configure the...

enhancement

## Tracking issue https://github.com/flyteorg/flyte/issues/5344 ## Why are the changes needed? Retain model layer overhead from this PR https://github.com/flyteorg/flytekit/pull/2536, and make current `SynchronousFlyteClient` directly inherit class `RawSynchronousFlyteClient` from binding https://test.pypi.org/project/flyteidl-rust/. The...

## Why are the changes needed? With `1.13.0`, the default image builder does not allow `flytekit` to be specified to a specific version. For example, the following will fail: ```...

## Tracking issue Related to flyteorg/flyte#5365 ## Why are the changes needed? 1. We want to input multiple parameters through a single JSON/YAML file. eg. `pyflyte run wf.py --flyte-inputs input.json`...

## Why are the changes needed? 1. remove from json and to json in the dataclass Transformer so that we can ended up remove the dataclass json dependency 2. Use...

## Tracking issue ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ### Setup process ### Screenshots ##...