Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default namespace in a notebook #2642

Open
natashadsilva opened this issue Jan 8, 2021 · 1 comment
Open

Default namespace in a notebook #2642

natashadsilva opened this issue Jan 8, 2021 · 1 comment
Labels

Comments

@natashadsilva
Copy link
Member

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants