powerful-dress-75267
11/21/2022, 1:04 PMpython 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...little-apartment-49355
11/21/2022, 1:20 PMpowerful-dress-75267
11/21/2022, 1:39 PMpython myscript run --namespace "tim" but it does not work -> I still see something like "running the flow under namespace 'account01'" in the logs where 'account01' is my login on my linux machine. I would like my runs to be under the namespace 'tim'alert-florist-32940
11/21/2022, 3:24 PMpython flow.py run --namespace user:timancient-application-36103
11/21/2022, 3:31 PMpython flow.py run --tag tim will ensure that your run in part of the namespace tim. Any run can be part of many namespaces. In this case, it will be part of user:account01 and tim.ancient-application-36103
11/21/2022, 3:32 PMpowerful-dress-75267
11/23/2022, 10:27 AMancient-application-36103
11/23/2022, 2:21 PM--namespace foo is not to run the flow inside the namespace foo, but to make the artifacts generated in the namespace foo be made available for consumption inside the run.powerful-dress-75267
11/23/2022, 2:50 PM