mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-25 18:30:00 +00:00
Co-authored-by: Filip Rembiałkowski <filip.rembialkowski@gmail.com>
This commit is contained in:
parent
474ef0826a
commit
a5055a5585
@ -552,9 +552,9 @@ class ElasticsearchSink(Sink[Entity]):
|
|||||||
glossary_term_doc = GlossaryTermESDocument(
|
glossary_term_doc = GlossaryTermESDocument(
|
||||||
glossary_term_id=str(glossary_term.id.__root__),
|
glossary_term_id=str(glossary_term.id.__root__),
|
||||||
deleted=glossary_term.deleted,
|
deleted=glossary_term.deleted,
|
||||||
name=glossary_term.name.__root__,
|
name=str(glossary_term.name.__root__),
|
||||||
display_name=glossary_term.displayName,
|
display_name=glossary_term.displayName,
|
||||||
fqdn=glossary_term.fullyQualifiedName,
|
fqdn=str(glossary_term.fullyQualifiedName.__root__),
|
||||||
description=description,
|
description=description,
|
||||||
glossary_id=str(glossary_term.glossary.id.__root__),
|
glossary_id=str(glossary_term.glossary.id.__root__),
|
||||||
glossary_name=glossary_term.glossary.name,
|
glossary_name=glossary_term.glossary.name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user