Fabio M. Graetz, Ph.D.
Fabio M. Graetz, Ph.D.
FYI I made the PR a draft again and moved the RFC back to "new" in the Kanban. I don't have a full picture yet of how we communicate from...
Thank you for your review @wild-endeavor ! 🙇 > * each pod uploads a unique error file name. > > * this is good yes, but i'm not sure it's...
@wild-endeavor and @EngHabu had these questions (I moved these questions here into the RFC to not disperse the discussion over multiple PRs, hope that's ok for you): > had a...
```py class DataclassTransformer(TypeTransformer[object]): ... def get_literal_type(self, t: Type[T]) -> LiteralType: ... ts = TypeStructure(tag="", dataclass_type=literal_type) return _type_models.LiteralType(simple=_type_models.SimpleType.STRUCT, metadata=schema, structure=ts) ``` This snippet from the dataclass transformer for example suggests that...
> #take Thank you, feel free to tag me as reviewer!
> "Hello 👋, this issue has been inactive for over 90 days. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close...
> The UI should support showing tags The [RFC](https://github.com/flyteorg/flyte/blob/master/rfc/system/0001-flyte-execution-tags.md) also included the ability to add/edit/delete tags from the UI. Should we adapt the issue or create separate issues for this?...
I removed the stale label, this would still be a useful addition.
> cc @fg91 I know you want this too Yes, I started an incubator discussion about this a while back: https://github.com/flyteorg/flyte/discussions/4544. I closed this incubator discussion now in favor of...
A while ago we discussed [this](https://github.com/flyteorg/flyte/issues/5489) issue which is also related to how dataclasses etc. are serialized. @eapolinario remarked: > We're in the process of revisiting the dataclass transformer and...