Hi, does anyone know if it possible to upsert colu...
# ingestion
m
Hi, does anyone know if it possible to upsert column terms/tags? I thought I could make two separate ingestion for two separate column level tag/terms by ingesting two MCE with their respective editableSchemaFieldInfoClass, but apparently they override each other. Is there any other method without using graphql? I want to be able to stage all MCE files before ingesting them in bulk
b
Correct me if I'm wrong, but my understanding is that it's not possible today. Have to query for the existing values before upserting.
g
Hey @melodic-helmet-78607 - XL is correct, at the moment you need to either implement a R/M/W or use the graphql endpoint.
m
Thank you everyone for the clarification