metaflow
                                
                                 metaflow copied to clipboard
                                
                                    metaflow copied to clipboard
                            
                            
                            
                        Is there a way to list all possible namespaces?
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 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
Hi, do you plan to release this feature in a near future ? Regards
Any updates on listing namespaces?