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

## Why are the changes needed? ydata-profiling `ProfileReport` has a rich set of [settings](https://docs.profiling.ydata.ai/latest/advanced_settings/available_settings/) that should be exposed in flyte decks. ## What changes were proposed in this pull request?...

## Tracking issue NA ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ```python from flytekit import task,...

## Tracking issue Closes flyteorg/flyte#5985 ## Why are the changes needed? Here are the errors I encountered while trying the cases mentioned above: * TypeError: the JSON object must be...

Uses a Live console to print logs on the top and progress tracking in panel. Draws inspiration from `python -n rich.live`

## Tracking issue Reference [Issue](https://github.com/flyteorg/flyte/issues/5773) ## Why are the changes needed? The changes are needed to enforce keyword-only arguments in the SecretsManager.get method, addressing a common usability issue where users...

## Tracking issue NA ## Why are the changes needed? It’s difficult to identify which function failed when encountering a gRPC error ## What changes were proposed in this pull...

## Tracking issue Closes flyteorg/flyte#6030 ## Why are the changes needed? Initially, the launch plan only retrieved the interface from the workflow. However, this approach could not get the default...

## Tracking issue https://github.com/flyteorg/flyte/issues/5930 ## Why are the changes needed? To prevent in the future, someone writing code that will break the copilot. ## What changes were proposed in this...

## Tracking issue Closes https://github.com/flyteorg/flyte/issues/5448 ## Why are the changes needed? The bugs caused by the latest major `protobuf` version were resolved. Time to use protobuf 5 in flytekit CI....

## Why are the changes needed? When a user isn't running docker, it is unclear when they see the logs: ``` Running Execution on Remote. Failed to check if the...