Hey team, Is there a way to parse and set tags aut...
# ask-community
y
Hey team, Is there a way to parse and set tags automatically from the run_config OR search runs on Dagit based on the run_config?
j
Hi Yuval, it would be possible today to set tags from within your Job. You’d need an op which would read
context.run_config
then call
context.instance.add_run_tags
. We don’t have native support for searching run config though
I’m curious what you want to search for?
y
my use case is running from the launch pad with some detailed config, and i want to search for runs by some tags afterwards but i only knew how to add tags from a sensor or manually
your solution would be really helpful if it would work!