`java.lang.UnsupportedOperationException: ChangeTy...
# troubleshoot
c
java.lang.UnsupportedOperationException: ChangeType not supported: CREATE for aspect corpUserInfo
why is CREATE not supported for users/groups 😞
m
are you looking for the ability for the operation to fail if the entity (aspect) already exists?
b
Hi @clever-garden-23538 - Can you try emitting an UPSERT? This should effectively create. Separately, I need to look into ^
c
yes, exactly @mammoth-bear-12532. though i don't care much about the failure itself ie it could be silent, just don't want to overwrite
UPSERTing for now but CREATE semantics would be ideal