Skip to content

Node with multiple group tags #242

@JasonTam

Description

@JasonTam

Hi
I came across a scenario where I'd like to have non-mutually exclusive groups.
ex) For every kubeflow task, I want to establish some context for that task using the same node
Group1: {A, B, C}
Group2: {A, D, E}

However, there's an explicit exception for this scenario:

if len(grouping_tags) > 1:
raise GroupingException(
"Inconsistent tagging for grouping, multiple tags"
f"with grouping prefix found in node {name}"
)

Would things necessarily break if we allow this to happen? Or is this more of a warning to the user? If so, should we change it to be a non-blocking warning?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions