IBMStreams / streamsx.topology

Develop streaming applications for IBM Streams in Python, Java & Scala.
http://ibmstreams.github.io/streamsx.topology
Apache License 2.0
29 stars 43 forks source link

Default namespace in a notebook #2642

Open natashadsilva opened 3 years ago

natashadsilva commented 3 years ago

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: image

Namespace: image

markheger commented 3 years ago

Option to specify a namespace exists and is part of sample notebooks.