Fabio M. Graetz, Ph.D.
Fabio M. Graetz, Ph.D.
> > This doesn't account for inheritance, correct? Or am I overlooking something? > > @fg91 We can use `class.mro()` and put it to tags. ```py from typing import Union...
> I don't like the idea of propeller's compiler checking python mro using string matches. That sounds incredibly error prone and replete with edge cases (changing file names, changing type...
@Future-Outlier @wild-endeavor Agree with the the example with one small addition: I would be really nice if the solution wasn't tailor made for the dataclass type transformer but generalizable to...
Since [this](https://github.com/flyteorg/flytekit/pull/2460/files) fix by @wild-endeavor in flytekit, the minimal reproducing example from the issue description doesn't fail anymore. I don't understand why because I confirmed with a debugger that the...
> Hello @fg91 Can you assign this issue to me, I want to work on this. Done 🙏 You can tag me in the PR as reviewer if you make...
We'll also need to remove "Like `pyflyte register`" [here](https://github.com/flyteorg/flyte/blob/13b3d82c94fb61047a49aa2093a2b17fb6a7c792/docs/user_guide/flyte_fundamentals/registering_workflows.md?plain=1#L298), this is [not implemented and raises an exception](https://github.com/flyteorg/flytekit/blob/ff2d0da686c82266db4dbf764a009896cf062349/flytekit/clis/sdk_in_container/register.py#L189). @sumana-2705 @davidmirror-ops
Our users reported "constantly having to log in" in the flyteconsole (UI) as well. (Using Google IdP and Flyte 1.12) > Talking to @davidmirror-ops, I think this is the relevant...
Removing stale label, this is still an issue :)
> > All the changes introduced in this PR are gated behind a configuration flag, which is disabled by default. This ensures that the plugin manager will not perform this...
I agree that re-architecting the plugin interface to allow for "extra resources" would be a bigger effort. I don't see a clean way to integrate the creation of resources like...