Fabio M. Graetz, Ph.D.
Fabio M. Graetz, Ph.D.
Just realizing we could use this feature to solve [this](https://github.com/flyteorg/flyte/discussions/3666) problem: provide the ability to display links to e.g. wandb runs which are generated at runtime before the task ends...
How does this effort here relate to the discussion in https://github.com/flyteorg/flyte/discussions/3838 btw? (cc @hamersaw)
> @fg91 , do you also see the same with array node map tasks? Yes, we do 👍
> @fg91 do you have a minimal repro? Sorry for the late reply @hamersaw . This is a minimal repro: ```py from flytekit import task, dynamic, workflow @task def foo(a...
Thanks for testing @hamersaw 🙏 I understand that frontend is probably pretty busy already but it would help the UX of dynamic workflows a lot if they could implement this....
As long as e.g. `container_image` is not treated as a task node override, one can work around the issues described above as follows: ```py @task def foo() -> str: return...
Just tried for normal tasks as well as map tasks and can confirm that it works if both flytekit and the helm chart use version 1.11 upwards. The reason for...
> @pingsutw We're seeing this on 1.11.0 backend + 1.11.0 flytekit as well. This is peculiar 🤔 I see the following: ```console ~ pip show flytekit Name: flytekit Version: 1.11.0...
Before 1.11.0, the container image override wasn't actually treated properly as an override applied in the backend but the task template was overridden in flytekit before registration. Because of that,...
@wild-endeavor I remember that somewhere in slack I read that one can control the execution cluster label for each project via the helm values but I can't find the conversation...