Hello All, Im using graphQL to `addTag` ```mutatio...
# troubleshoot
q
Hello All, Im using graphQL to
addTag
Copy code
mutation addTags {
    addTags(input: { tagUrns: ["urn:li:tag:NEW_TAG"], resourceUrn: "urn:li:dataset:(DATASET_URN)",subResourceType: DATASET_FIELD, subResource: "COLUMN_NAME" })
}
but im getting error:
Copy code
Failed to update urn:li:tag:NEW_TAG does not exist.
how do I add NEW_TAG from graphQL ?
plus1 1
g
You have to create the 'NEW_TAG' tag.
message has been deleted