mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-15 17:46:39 +00:00
MINOR: Import glossary term tag bug fix (#21293)
This commit is contained in:
parent
3198f7105b
commit
fc33e055ba
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user