mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-16 10:08:08 +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))
|
.withStatus(getTermStatus(printer, csvRecord))
|
||||||
.withExtension(getExtension(printer, csvRecord, 11));
|
.withExtension(getExtension(printer, csvRecord, 11));
|
||||||
if (processRecord) {
|
if (processRecord) {
|
||||||
createEntity(printer, csvRecord, glossaryTerm);
|
createEntity(printer, csvRecord, glossaryTerm, GLOSSARY_TERM);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user