We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 .
topology name
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
namespace-topololgy-name
namespace::topology_name_id
Can we use the default namespace in the job name? This will keep things consistent.
No namespace:
Namespace:
The text was updated successfully, but these errors were encountered:
Option to specify a namespace exists and is part of sample notebooks.
Sorry, something went wrong.
No branches or pull requests
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_id
Can we use the default namespace in the job name? This will keep things consistent.
No namespace:
Namespace:
The text was updated successfully, but these errors were encountered: