From aba060a04cdfa04ded61ea9f7bca58ffb3c86835 Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Wed, 8 Dec 2021 06:44:27 +0530 Subject: [PATCH] docs(business glossary): fix specification of the file (#3679) --- metadata-ingestion/source_docs/business_glossary.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata-ingestion/source_docs/business_glossary.md b/metadata-ingestion/source_docs/business_glossary.md index b2ebce6bc8..a1cf8f417e 100644 --- a/metadata-ingestion/source_docs/business_glossary.md +++ b/metadata-ingestion/source_docs/business_glossary.md @@ -46,7 +46,8 @@ The business glossary source file should be a `.yml` file with the following top - **users**: (optional) a list of user ids - **groups**: (optional) a list of group ids - **url**: (optional) external url pointing to where the glossary is defined externally, if applicable. -- **nodes**: list of **GlossaryNode** objects, as defined below. +- **nodes**: (optional) list of child **GlossaryNode** objects +- **terms**: (optional) list of child **GlossaryTerm** objects **GlossaryNode**: a container of **GlossaryNode** and **GlossaryTerm** objects