I am trying to document how to find a job submitted from a notebook and I'm looking for clarification on spaces+namespaces in Python notebooks.
When you don't specify a namespace, the resulting job name is just topology name, but the run name is cpd-project::topology_name_id .
When you do specify a namespace, the job name is namespace-topololgy-name, and the run name is namespace::topology_name_id
Can we use the default namespace in the job name? This will keep things consistent.
No namespace:

Namespace:

I am trying to document how to find a job submitted from a notebook and I'm looking for clarification on spaces+namespaces in Python notebooks.
When you don't specify a namespace, the resulting job name is just
topology name, but the run name iscpd-project::topology_name_id.When you do specify a namespace, the job name is
namespace-topololgy-name, and the run name isnamespace::topology_name_idCan we use the default namespace in the job name? This will keep things consistent.
No namespace:

Namespace:
