Hello, I would like to know how I can change the n...
# ask-metaflow
p
Hello, I would like to know how I can change the namespace before launching a run. I understand that the default namespace is the name of my linux account, but we are several people using this account so I need to change the namespace. I tried using
python myscript run --namespace "mynamespace"
but it does not work, and I also tried to change the namespace in the script before calling my flow object but it does not work either 🙄 Any help is welcome...
✅ 1