Open justinmclean opened 3 weeks ago
This is because this interface is a batch interface, the throwing of the exception will interrupt the association of other valid tags, so I'm inclined to do nothing instead of throwing an exception. Besides, the return value of this interface will also show whether tags are successfully associated.
Version
main branch
Describe what's wrong
When calling
associateTags
with an unknown tag, the tag will not be added to the entity and no error occurs. I would expect a NoSuchTag exception to be raised.Error message and/or stacktrace
N/A
How to reproduce
Call associateTags with a tag name that has not been created in that metalake.
Additional context
Same happens when removing tags.