-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
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.
Reactions are currently unavailable

