With the Logs links in the Console UI, is there a ...
# ask-the-community
a
With the Logs links in the Console UI, is there a way to show these conditionally, based on the task? I’m trying to show a WandB run link, which I’m currently setting with the
templateUri
in helm, but then they show up on every task, where I just want them to show up on specific tasks. On top of that, is there a way to dynamically set the WandB project based on the task? Like something I could set in the
@task
decorator or something, that the
templateUri
could read? Or is there a better way to do what I’m trying to do here? Thanks
k
We are working on a nicer integration for wandb. This is why we added new type of links - just like the support for vscode Working on docs
a
Awesome, looking forward to it, that would be great