metaflow icon indicating copy to clipboard operation
metaflow copied to clipboard

Is there a way to list all possible namespaces?

Open nbertagnolli opened this issue 3 years ago • 1 comments

Sorry if this is a dumb question. We've been using metaflow on my team and it's awesome! I was wondering if there was a way to list all possible namespaces to see who has been running flows and easily find the flow you're looking for? I checked the documentation but didn't see anything here https://docs.metaflow.org/metaflow/tagging. I also looked around in https://github.com/Netflix/metaflow/blob/master/metaflow/client/core.py but it looks like most of the methods for working with the namespace just grab the namespace on your local machine. Are these stored somewhere? If so is there an easy way to access them that I'm missing 😅 ? Thanks for such an awesome tool!

nbertagnolli avatar Apr 21 '22 05:04 nbertagnolli

@nbertagnolli You can actually use any tag as a namespace. We don't expose any API currently that can provide you a list of all tags globally but you can check the tags for any given run using the API - Run("my_flow/42").tags

savingoyal avatar Apr 21 '22 20:04 savingoyal

Hi, do you plan to release this feature in a near future ? Regards

GTimothee avatar Nov 21 '22 13:11 GTimothee

Any updates on listing namespaces?

bsridatta avatar Mar 20 '23 06:03 bsridatta