Fabio M. Graetz, Ph.D.

Results 32 issues of Fabio M. Graetz, Ph.D.

### Description Imagine we have a working directory called `workflows` which contains a file `wf.py` which I as a first-time user of `pyflyte package` want to package: When a user...

documentation
good first issue
hacktoberfest
documentation-backlogged
Improve error handling

### Area - [ ] Scheduler - [ ] Controller - [X] Helm Chart - [ ] Documents ### Other components _No response_ ### What happened? Since https://github.com/kubernetes-sigs/scheduler-plugins/pull/692 the helm...

kind/bug

## 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

## Why are the changes needed? See introduction of RFC document.

rfc

### Motivation: Why do you think this is important? Map node array tasks allow users to map a `@task` over a list of inputs. Currently, other node types, i.e. `@dynamic`,...

enhancement

### Describe the bug As a user, I would expect that the caching behaviour is the same when executing a workflow in a cluster vs executing it locally as a...

bug
flytekit

### Description The page [Writing Custom Flyte Types](https://docs.flyte.org/projects/cookbook/en/v0.3.66/auto/core/extend_flyte/run_custom_types.html) explains how users can implement a type transformer for custom types. This page should include a section that explains which ways exist...

documentation
backlogged

### Describe the bug ```py from flytekit.extras.pydantic_transformer.transformer import PydanticTransformer from flytekit.core.context_manager import FlyteContext from pydantic import BaseModel ctx = FlyteContext.current_context() tfm = PydanticTransformer() class TestModel(BaseModel): a: float literal = tfm.to_literal(ctx,...

bug
help wanted
stale

### Describe the bug The list of attempts of a task in flyteconsole are not sorted alphabetically. ### Expected behavior It would make sense to do so though as otherwise,...

bug
ui
backlogged

## Description The documentation explains how to run RayJobs with Kueue and queued provisioning on GKE. The documented manifests only work when the RayJob only has a head node but...

docs
core
go
community-contribution