pyegeria 5.3.4.25__py3-none-any.whl → 5.3.4.26__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyegeria/commands/cat/list_glossaries.py +4 -4
- {pyegeria-5.3.4.25.dist-info → pyegeria-5.3.4.26.dist-info}/METADATA +1 -1
- {pyegeria-5.3.4.25.dist-info → pyegeria-5.3.4.26.dist-info}/RECORD +6 -6
- {pyegeria-5.3.4.25.dist-info → pyegeria-5.3.4.26.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.4.25.dist-info → pyegeria-5.3.4.26.dist-info}/WHEEL +0 -0
- {pyegeria-5.3.4.25.dist-info → pyegeria-5.3.4.26.dist-info}/entry_points.txt +0 -0
@@ -100,13 +100,13 @@ def display_glossaries(
|
|
100
100
|
glossaries, key=lambda k: k["glossaryProperties"]["displayName"]
|
101
101
|
)
|
102
102
|
for glossary in sorted_glossary_list:
|
103
|
-
display_name = glossary["glossaryProperties"]
|
103
|
+
display_name = glossary["glossaryProperties"].get("displayName",'---')
|
104
104
|
qualified_name = glossary["glossaryProperties"]["qualifiedName"]
|
105
105
|
guid = glossary["elementHeader"]["guid"]
|
106
106
|
q_name = Text(f"{qualified_name}\n&\n{guid}", justify="center")
|
107
|
-
language = glossary["glossaryProperties"]
|
108
|
-
description = glossary["glossaryProperties"]
|
109
|
-
usage = glossary["glossaryProperties"]
|
107
|
+
language = glossary["glossaryProperties"].get("language",'---')
|
108
|
+
description = glossary["glossaryProperties"].get("description",'---')
|
109
|
+
usage = glossary["glossaryProperties"].get("usage",'---')
|
110
110
|
table.add_row(display_name, q_name, language, description, usage)
|
111
111
|
console = Console(
|
112
112
|
style="bold bright_white on black",
|
@@ -27,7 +27,7 @@ pyegeria/commands/cat/list_deployed_catalogs.py,sha256=VdN6R9kRVWX-fGIgubOigvMVP
|
|
27
27
|
pyegeria/commands/cat/list_deployed_database_schemas.py,sha256=1Qicke1R2_7Xi3Qf5sp8KJ3_reAIt0z1iaz2sG8Z0Qs,9458
|
28
28
|
pyegeria/commands/cat/list_deployed_databases.py,sha256=ryrBW1CxJRfOeLP978qQwxb5oImqhIsHghtcpWeBIrw,7587
|
29
29
|
pyegeria/commands/cat/list_deployed_servers.py,sha256=_xR7EaaCsxIjTphxmoCZlARoja_vQqZ881pFiEuhw-8,5719
|
30
|
-
pyegeria/commands/cat/list_glossaries.py,sha256=
|
30
|
+
pyegeria/commands/cat/list_glossaries.py,sha256=zh76g-zKwhNYlUJWsBLXYG3qyDNCOa72YOUyGj15jps,5646
|
31
31
|
pyegeria/commands/cat/list_projects.py,sha256=NzWTuepTGUEyxK-eWvuUxtBgCtNWubVwmz2eqm2UN1c,7997
|
32
32
|
pyegeria/commands/cat/list_tech_type_elements.py,sha256=-9omj5en9dSP1xMSljYVHyfXsuhuE1bO2IFj_bZPhAs,6873
|
33
33
|
pyegeria/commands/cat/list_tech_types.py,sha256=uqZcXHCzAznhEG6WWeM5j-spwUh8ycygFqpVDeXOG-0,4653
|
@@ -240,8 +240,8 @@ pyegeria/test_w.html,sha256=q9HCstV2Ar-QiAqswte6hQ8EJuKqr5s99MUuXSxs7a8,11461
|
|
240
240
|
pyegeria/utils.py,sha256=GCt1C0bp0Xng1ahzbZhzV9qQwH7Dj93IaCt2dvWb-sg,5417
|
241
241
|
pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
|
242
242
|
pyegeria/x_action_author_omvs.py,sha256=RcqSzahUKCtvb_3u_wyintAlc9WFkC_2v0E12TZs8lQ,6433
|
243
|
-
pyegeria-5.3.4.
|
244
|
-
pyegeria-5.3.4.
|
245
|
-
pyegeria-5.3.4.
|
246
|
-
pyegeria-5.3.4.
|
247
|
-
pyegeria-5.3.4.
|
243
|
+
pyegeria-5.3.4.26.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
244
|
+
pyegeria-5.3.4.26.dist-info/METADATA,sha256=xMEHMSGiLV7ZyWRL8WTQraSJXge5e9vcfUIAyVS6Wsk,2688
|
245
|
+
pyegeria-5.3.4.26.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
246
|
+
pyegeria-5.3.4.26.dist-info/entry_points.txt,sha256=LS9g5JPSBL0whnyAcGhLZCAyUp6PkPU6fjHP9Aso1V4,6176
|
247
|
+
pyegeria-5.3.4.26.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|