mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-15 04:26:59 +00:00
MINOR: Import glossary term tag bug fix (#21293)
(cherry picked from commit fc33e055bacadd7148af92c976b1c9b19410f8c8)
This commit is contained in:
parent
5a83cfe640
commit
fd4761e63e
@ -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