mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-28 16:08:23 +00:00
Remove Glossary from Reindex
This commit is contained in:
parent
f7168db8ea
commit
fbe8513247
@ -418,7 +418,7 @@ public class GlossaryResource extends EntityResource<Glossary, GlossaryRepositor
|
||||
@Path("/name/{name}/import")
|
||||
@Consumes(MediaType.TEXT_PLAIN)
|
||||
@Valid
|
||||
@Reindex(jobName = "reIndexGlossary", entities = "glossary,glossaryTerm")
|
||||
@Reindex(jobName = "reIndexGlossary", entities = "glossaryTerm")
|
||||
@Operation(
|
||||
operationId = "importGlossary",
|
||||
summary = "Import glossary terms from CSV to create, and update glossary terms",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user