MINOR: Import glossary term tag bug fix (#21293)

(cherry picked from commit fc33e055bacadd7148af92c976b1c9b19410f8c8)
This commit is contained in:
Ajith Prasad 2025-05-20 12:29:41 +05:30 committed by OpenMetadata Release Bot
parent 5a83cfe640
commit fd4761e63e

View File

@ -212,7 +212,7 @@ public class GlossaryRepository extends EntityRepository<Glossary> {
.withStatus(getTermStatus(printer, csvRecord))
.withExtension(getExtension(printer, csvRecord, 11));
if (processRecord) {
createEntity(printer, csvRecord, glossaryTerm);
createEntity(printer, csvRecord, glossaryTerm, GLOSSARY_TERM);
}
}