is there a way to add a label or tag to every exec...
# flyte-support
c
is there a way to add a label or tag to every execution and then search based on that label/tag in the UI?
g
you can add tags to the ExecutionSpec. for example,
pyflyte run --tag key=value …
it’s not searchable on OSS UI now
c
is there a way to search based on user in the OSS UI?